Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm having some issues with my fstab. I have a partition on a hard disk within my computer that I would like to mount automatically at boot time and that I would like to have my main user be able to read and write to. I also expect to be able to mount and unmount the partition with my main user.
I am using the following line but for some reason none of the expected behaviour takes place. It does not automount, and my main user cannot mount the partition. Even if I use root to mount the partition my main user cannot even cd into it.
The "noauto" option is what's keeping it from mounting at boot-time. You need to remove it.
Also, you probably need to specify some user permissions with a umask option, since ntfs doesn't support them natively. For example, "umask=000" will make the drive fully accessible to everyone (equal to 777 permissions, the numbers are the inverse of the permissions you want). Not that I recommend giving it 777 permissions though.
Read the ntfs-3g man page for more on the options available.
you logged into ( gnome,kde,e17,...) as root ?
or from the terminal ran
Code:
su -
cd /some/place
mkdir SomeFolder
and you got and error stating that you do not have permission.
what happens when you use this in fstab
-- make sure that THERE IS THIS FOLDER " /media/sataOne " --
you logged into ( gnome,kde,e17,...) as root ?
or from the terminal ran
Code:
su -
cd /some/place
mkdir SomeFolder
From the terminal ran those commands.
So I took your advice and used that fstab line, still no luck. Cannot mkdir with root, does not automount at boot and cannot cd into directory as main user.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.