LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   cant see windows partitions except as root (https://www.linuxquestions.org/questions/linux-general-1/cant-see-windows-partitions-except-as-root-201817/)

steve23063 07-06-2004 01:42 PM

cant see windows partitions except as root
 
i have a ntfs partition with windowsXP on a partition and a different linux partition but i cant mount or see any of the files on the windows partition unless im logged in as root. the line in fstab looks like:

/dev/hda1 /windows ntfs ro,user 1 0

its mounted on bootup but if i try to access it while im not root i get a permission denied error and i tried to change the permissions using "chmod o=r /windows" but that wont work

Komakino 07-06-2004 01:47 PM

add umask=000 so you get
Code:

/dev/hda1 /windows ntfs ro,user,umask=000 1 0

steve23063 07-06-2004 11:27 PM

hey that worked perfectly! thx :)


All times are GMT -5. The time now is 04:58 AM.