Results 1 to 3 of 3
here's my fstab -
dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
/dev/hda1 /mnt/windows ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-08-2004 #1Just Joined!
- Join Date
- Feb 2004
- Location
- Minnesota
- Posts
- 11
Cannot read my ntfs partition
here's my fstab -
dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda7 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
/dev/hda1 /mnt/windows ntfs iocharset=iso8859-1,umask=0,ro 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0
none /mnt/hd supermount dev=/dev/hdb1,fs=ext2:vfat,--,codepage=850,iocharset=iso8859-1,kud zu 0 0
/dev/hdb1 /mnt/files ntfs user,ro,noatime 0 0
I am able to read this file as root but I am unable to read it with any other user. The file permissions are r-x------ on /mnt/files. I need to know how to mount it with permissions for my regular user.
- 03-08-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
/dev/hda1 /mnt/windows ntfs users,ro,umask=0222,auto 0 0
That's mine, worth a go maybe
- 03-08-2004 #3
I take it that the "umask" is the interesting bit? But, if that's the standard octel files permission mask, shouldn't it be 444 (to make it read only rather write only)?
have fun
Nerderello
Use Suse 10.1 and occasionally play with Kubuntu
Also have Windows 98SE and BeOS


Reply With Quote
