Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-16-2005, 11:04 AM
|
#1
|
Member
Registered: Jun 2004
Posts: 52
Rep:
|
normal user access folders
i just added ntfs support and i added the following to my fstab
/dev/hdb5 /mnt/c auto ro,auto,user,exec 0 0
/dev/hdb6 /mnt/e ntfs ro,auto,user,exec 0 0
/dev/hdb7 /mnt/d ntfs ro,auto,user,exec 0 0
/dev/hdb8 /mnt/k auto auto,user,exec 00
everything works fine on root but normal users can't access these folders.
|
|
|
01-16-2005, 11:07 AM
|
#2
|
Senior Member
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040
Rep:
|
maybe because you have user in your lines. It should be users, I think, or whatever the name of the users group is. Else you can set it to GID=number, where number is the number of the group users. To see what number your users are in do an:
bash-2.05$ id
it should produce some info on your current user.
|
|
|
01-16-2005, 11:15 AM
|
#3
|
Member
Registered: Jun 2004
Posts: 52
Original Poster
Rep:
|
according to the docs i read
it should be user or nouser which specifies whether users are allowed to mount it or not
but even though i have specified user i still get a permission denied error.
|
|
|
01-16-2005, 11:46 AM
|
#4
|
Member
Registered: Dec 2004
Location: Colombo, Sri Lanka
Distribution: Arch Linux, Gentoo Linux, Ubuntu, Debian
Posts: 116
Rep:
|
Try this...
==========
/dev/hda3 /mnt/ntfs ntfs noatime,defaults,users,ro,umask=0 0 0
|
|
|
All times are GMT -5. The time now is 10:13 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|