Re: NTFS mounting

2002-12-31 Thread HdV
On Tue, 31 Dec 2002, Wim De Smet wrote: > When I mount an ntfs filesystem it seems to be only readable for root and not > for users. Is there any way to change this? Hi Wim, Add something like this to your /etc/fstab: /dev/sdax /winntfsdefaults,ro,user,uid=x,gid=x0 0 Ad

Re: NTFS mounting

2002-12-31 Thread Wim De Smet
On Sun, 29 Dec 2002 20:28:21 -0800 Vineet Kumar <[EMAIL PROTECTED]> wrote: > * Rob Weir ([EMAIL PROTECTED]) [021229 10:39]: > > On Sat, Dec 28, 2002 at 02:16:03PM -0800, nate wrote: > > > Bruce Park said: > > > > How safe is NTFS read-only mounting? I know that writing to it is very > > > > danger

Re: NTFS mounting

2002-12-29 Thread Vineet Kumar
* Rob Weir ([EMAIL PROTECTED]) [021229 10:39]: > On Sat, Dec 28, 2002 at 02:16:03PM -0800, nate wrote: > > Bruce Park said: > > > How safe is NTFS read-only mounting? I know that writing to it is very > > > dangerous. > > > > I read on the kernel mailing list once, long ago(at least a year) on the

Re: NTFS mounting

2002-12-29 Thread Rob Weir
On Sat, Dec 28, 2002 at 02:16:03PM -0800, nate wrote: > Bruce Park said: > > How safe is NTFS read-only mounting? I know that writing to it is very > > dangerous. > > I read on the kernel mailing list once, long ago(at least a year) on the > topic of mounting read only. If the driver is coded righ

Re: NTFS mounting

2002-12-28 Thread nate
Bruce Park said: > How safe is NTFS read-only mounting? I know that writing to it is very > dangerous. I read on the kernel mailing list once, long ago(at least a year) on the topic of mounting read only. If the driver is coded right and ties into the kernel right there should be nothing written t