LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Unable to mount NTFS partition as user (https://www.linuxquestions.org/questions/linux-general-1/unable-to-mount-ntfs-partition-as-user-308538/)

vharishankar 04-01-2005 04:37 AM

Unable to mount NTFS partition as user
 
EDIT:

I must clarify I am able to mount but not access NTFS partitions as user.

Must be permissions related by I am unable to access the mount point after mounting the partition.

Relevant FSTAB entries
Code:

/dev/hda1      /mnt/c          ntfs    ro,user,noauto  0      0
/dev/hda5      /mnt/d          vfat    user,noauto    0      0
/dev/hda6      /mnt/e          ntfs    ro,user,noauto  0      0


Ben2210 04-01-2005 05:43 AM

You've forgotten to pass a umask=0 mount option.

try

Code:

/dev/hda1      /mnt/c          ntfs    ro,user,noauto,umask=0  0      0

vharishankar 04-01-2005 07:51 AM

Thank you. I'll try it out tomorrow. I'm at home now and I don't have an NTFS partition here :)

vharishankar 04-02-2005 09:19 AM

Just posted to reply that it works. Thank you, Ben2210.

Ben2210 04-02-2005 09:22 AM

well, you're welcome!


All times are GMT -5. The time now is 07:35 PM.