Re: ntfs mount permissions

2004-05-11 Thread Micha Feigin
On Tue, May 11, 2004 at 03:15:12PM +0100, Matthew Kay wrote: > Hi, > > I'm trying to mount my windows NTFS partition with > this line in my fstab: > > /dev/hda1 /mnt/winntfs > rw,auto,users,exec 0 0 > Try /dev/hda1 /mnt/winntfs ro,auto,users,exec,umask

Re: ntfs mount permissions

2004-05-11 Thread Paul E Condon
On Tue, May 11, 2004 at 03:15:12PM +0100, Matthew Kay wrote: > Hi, > > I'm trying to mount my windows NTFS partition with > this line in my fstab: > > /dev/hda1 /mnt/winntfs > rw,auto,users,exec 0 0 > > It works fine with this or read-only (ro) option, > for root, bu

Re: ntfs mount permissions

2004-05-11 Thread Alvin Oga
hi ya matt On Tue, 11 May 2004, Matthew Kay wrote: > /dev/hda1 /mnt/winntfs > rw,auto,users,exec 0 0 > > It works fine with this or read-only (ro) option, > for root, root can do anything to itself, but necessarily to a remote partition on a different machine > but

ntfs mount permissions

2004-05-11 Thread Matthew Kay
Hi, I'm trying to mount my windows NTFS partition with this line in my fstab: /dev/hda1 /mnt/winntfs rw,auto,users,exec 0 0 It works fine with this or read-only (ro) option, for root, but I can't get it to stay user-readable. When I mount it as read-only I can't ch