Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   saving in linux (https://thetfp.com/tfp/tilted-technology/104788-saving-linux.html)

Dilbert1234567 05-18-2006 07:03 PM

saving in linux
 
I’ve got a real n00b question, I’m trying to save a file in Linux, and I’m promoted with an empty box. I want to save it to mnt/sda2/filename.txt but I keep getting an error (cannot write) what should I type to make it save there?

phukraut 05-18-2006 07:13 PM

Save a file? Is this in a specific program? It sounds like you don't have write access to your directory. What does

Code:

ls -ld /mnt/sda2/
return? Also, maybe you made a typo in your post here, but did you remember the forward slash in front of "mnt"?

insidious_machinae 05-21-2006 11:40 AM

Save the file to your home directory, or desktop or something. Then open a console and move it while sudo'd to root.

For example:
sudo mv /home/filename.txt /mnt/sda2/filename.txt

Dilbert1234567 05-21-2006 12:32 PM

Quote:

Originally Posted by phukraut
Save a file? Is this in a specific program? It sounds like you don't have write access to your directory. What does

Code:

ls -ld /mnt/sda2/
return? Also, maybe you made a typo in your post here, but did you remember the forward slash in front of "mnt"?

that still did not work, at this point i dont really care, thanks anyways.

cyrnel 05-21-2006 01:44 PM

Is a filesystem mounted at /mnt/sda2? Does mount (by itself) show anything at /mnt/sda2?

Mounting something once doesn't necessarily mean it will be there across boots unless you asked for that, put it in your fstab, or have something running that automatically mounts available devices. Just in case you're still reading...


All times are GMT -8. The time now is 07:49 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73