NewWorldSamurai
< 25 Posts
So i'm just getting started w/ my first linux system on my home pc which is a RHL/WinXP dual boot system, and I'm having some newbie problems getting my second ntfs drive, where most of my mp3's and documents are stored, to mount automatically. I installed the ntfs read drivers from the ntfs project page and they are working fine, but when i try to modify my fstab so that it mounts the ntfs drive automatically, only the root user can access it. This has caused me to basically just login as root everytime, which i'm pretty sure is a bad idea, and i'd like to have it available to all other users. My fstab looks like,
-------------------------------------------------------------------------------------
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hdb1 /mnt/xp ntfs ro umask=000 0 0
-------------------------------------------------------------------------------------------
where the last line is the one i'm trying to use to mount the drive w/ permissions for all users. I've tried other umask options from the ntfs project website and i've also tried uid=newworldsamurai and gid=newworldsamurai, but none of those work.
I've tried asking this question on linux help boards, but people haven't been very helpful. I know there are some Horns out there who are linux gurus so I was hoping that maybe some of you could offer some advice. Anyone know what I should do?
Thx in advance.
Edit: Now RHL is telling me line 11 in fstab is bad whenever I shut down or reboot. I tried the same thing w/ the option "user" and got the same.[/i[
-------------------------------------------------------------------------------------
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hdb1 /mnt/xp ntfs ro umask=000 0 0
-------------------------------------------------------------------------------------------
where the last line is the one i'm trying to use to mount the drive w/ permissions for all users. I've tried other umask options from the ntfs project website and i've also tried uid=newworldsamurai and gid=newworldsamurai, but none of those work.
I've tried asking this question on linux help boards, but people haven't been very helpful. I know there are some Horns out there who are linux gurus so I was hoping that maybe some of you could offer some advice. Anyone know what I should do?
Thx in advance.
Edit: Now RHL is telling me line 11 in fstab is bad whenever I shut down or reboot. I tried the same thing w/ the option "user" and got the same.[/i[