Re: fstab Mystery

2003-06-12 Thread David Fokkema
On Tue, Jun 10, 2003 at 10:05:17PM +0200, Mark Annandale wrote: > Hi Guys > > This is an extract from my /etc/fstab - > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". > > As user mark I cannot open this folder, but can as root. The installation is a > hd install from a

fstab mystery solved

2003-06-11 Thread Mark Annandale
Many thanks to the numerous replies to my fstab problem. It appears that the tab/space between ntfs and the next item is necessary. Many thanks to the list for the quick response. Regards Mark A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: fstab Mystery

2003-06-11 Thread Rodrigo Agerri
That remarkable Tue, Jun 10, 2003 at 22:05, Mark Annandale wrote: > Hi Guys > > This is an extract from my /etc/fstab - > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". it should be /dev/hda1 /mnt/hda1 ntfs ro,noauto,exec,uid=1000,gid=10000 0 where uid

Re: fstab Mystery

2003-06-10 Thread Marino Fernandez
On Wednesday 11 June 2003 02:15 am, Clive Menzies wrote: > On (11/06/03 00:37), Carlos Sousa wrote: > > Date: Wed, 11 Jun 2003 00:37:12 +0100 > > From: Carlos Sousa <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Re: fstab Mystery > > > > On

Re: fstab Mystery

2003-06-10 Thread Kevin McKinley
On Tue, 10 Jun 2003 19:09:12 -0500 Joel Konkle-Parker <[EMAIL PROTECTED]> wrote: > If I'm not mistaken, uid and gid need actual user and group ID numbers, > not names. So your line would be: > > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=1000,gid=1000 0 0" > > if "1000" is the ID of "m

Re: fstab Mystery

2003-06-10 Thread Clive Menzies
On (11/06/03 00:37), Carlos Sousa wrote: > Date: Wed, 11 Jun 2003 00:37:12 +0100 > From: Carlos Sousa <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: fstab Mystery > > On Tue, 10 Jun 2003 16:16:24 -0700 Vineet Kumar wrote: > > * Carlos Sousa ([EMAIL PROTEC

Re: fstab Mystery

2003-06-10 Thread Joel Konkle-Parker
Mark Annandale wrote: Hi Guys This is an extract from my /etc/fstab - "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". As user mark I cannot open this folder, but can as root. The installation is a hd install from a knoppix CD, giving me pretty much a woody installation A

Re: fstab Mystery

2003-06-10 Thread Carlos Sousa
On Tue, 10 Jun 2003 16:16:24 -0700 Vineet Kumar wrote: > * Carlos Sousa ([EMAIL PROTECTED]) [030610 15:19]: > > On Tue, 10 Jun 2003 22:05:17 +0200 Mark Annandale wrote: > > > Hi Guys > > > > > > This is an extract from my /etc/fstab - > > > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,

Re: fstab Mystery

2003-06-10 Thread Vineet Kumar
* Carlos Sousa ([EMAIL PROTECTED]) [030610 15:19]: > On Tue, 10 Jun 2003 22:05:17 +0200 Mark Annandale wrote: > > Hi Guys > > > > This is an extract from my /etc/fstab - > > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". >^^^ ^ > 1

Re: fstab Mystery

2003-06-10 Thread Carlos Sousa
On Tue, 10 Jun 2003 22:05:17 +0200 Mark Annandale wrote: > Hi Guys > > This is an extract from my /etc/fstab - > "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". ^^^ ^ 1 - ntfs should be separated by space/tab from whatever follows. 2

fstab Mystery

2003-06-10 Thread Mark Annandale
Hi Guys This is an extract from my /etc/fstab - "/dev/hda1 /mnt/hda1 ntfs,ro,noauto,users,exec,uid=mark,gid=mark 0 0". As user mark I cannot open this folder, but can as root. The installation is a hd install from a knoppix CD, giving me pretty much a woody installation AFAIK. Could anyone t