Linux - NewbieThis 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.
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.
I have a dual boot with 2 ntfs partitions, one is for windows xp, the other is for storage. I want to access the one for storage as user. I have successfully mounted it to the /mnt/windows direcotry, but every time it does that it locks that directory so that only root can get in. So, the only way i have to access that directory, which i want to be read only, is through file manager in super user mode. i want to access it as user. here's my fstab file:
Chemdawg, I'm a newbie also so don't jump all over me if this is off-base, but can it be a simple matter of setting the permissions for the NTFS directory using chmod?? Or is that way too simple for this issue?
1) NTFS does not support UNIX file permissions. at the low ow file system level, NTFS doesn't recognise user id's, groups etc.... what you see if just the hack that linux has to use to make it look like something vaguely unixy
2) NTFS write support is VERY VERY VERY bad, for many reasons. DO NOT TRY TO WRITE TO NTFS PARTITIONS. you WILL destroy data. so much so, it's often impossible, as ntfs support is provided in a read-only module by default (called "ntfs") and optionally as the very dangerous read / write version, "ntfs_rw" i think.
Distribution: Kanotix HD Install, Debian Testing, XP Pro,Vista RC1
Posts: 145
Rep:
Hi I don't know if it was a typo here only or also in /etc/fstab file but it should be "umask" with no "n" hope this is your only problem with this issue.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.