LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can't change the read permissions on an NTFS partition as root? (https://www.linuxquestions.org/questions/linux-newbie-8/can%27t-change-the-read-permissions-on-an-ntfs-partition-as-root-275636/)

EOHooligan 01-09-2005 04:57 AM

Can't change the read permissions on an NTFS partition as root?
 
I've just recently installed Slackware 10, and after I mounted my NTFS pertition, I was unable to access it except as root. Even when logged in as root I am unable to change the folder permissions. Help?

perfect_circle 01-09-2005 05:38 AM

post your /etc/fstab

EOHooligan 01-09-2005 06:17 AM

/dev/hda6 swap swap defaults 0 0
/dev/hda5 / ext2 defaults 1 1
/dev/hda1 /windows ntfs ro 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

michaelk 01-09-2005 06:45 AM

You can not change folder permissions when the partition is mounted.

Change to
/dev/hda1 /windows ntfs umask=222 0 0

perfect_circle 01-09-2005 06:48 AM

try something like this:
/dev/hda1 /windows ntfs ro,users,umask=022 1 0


All times are GMT -5. The time now is 06:11 AM.