![]() |
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?
|
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/ |
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 |
Quote:
|
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 10:51 AM. |
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