On Sunday 06 June 2004 05:16 pm, eric tanguy wrote: > Ok i installed the third party kernel module and now i can mount and read > the ntfs partition. I had this line in /etc/fstab : > /dev/hda1 /mnt/winxp ntfs noauto,users,ro 0 0 > but when i try to mount the partition as user i have this answer : > you don't have the permission to see "winxp". > What's the problem ?? > Eric > Change that fstab line to: /dev/hda1 /mnt/winxp ntfs noauto,users,umask=022,ro 0 0 That umask=022 should help you. For more info, see the "Mount Options for NTFS" section in the mount man page. Regards, Allen