[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: ntfs
- From: Allen Winter <winterz verizon net>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: ntfs
- Date: Sun, 6 Jun 2004 17:20:49 -0400
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]