Re: [expert] Write access to windows partition for users

2002-04-01 Thread Lyvim Xaphir
On Sun, 2002-03-31 at 03:59, Ashley Reynolds wrote: > On Thu, 28 Mar 2002, Ross wrote: > > > On Thursday 28 March 2002 06:46 pm, you wrote: > > > > > just add umask=0 in the 4th field (options) of /etc/fstab for each vfat > > > partition. > > > > > > bye > > > jipe > > > > Right answer. Thanks. >

Re: [expert] Write access to windows partition for users

2002-03-31 Thread Ashley Reynolds
On Thu, 28 Mar 2002, Ross wrote: > On Thursday 28 March 2002 06:46 pm, you wrote: > > > just add umask=0 in the 4th field (options) of /etc/fstab for each vfat > > partition. > > > > bye > > jipe > > Right answer. Thanks. > Why didn't they teach me that in school? > rm They don't teach much usef

Re: [expert] Write access to windows partition for users

2002-03-28 Thread Ross
On Thursday 28 March 2002 06:46 pm, you wrote: > just add umask=0 in the 4th field (options) of /etc/fstab for each vfat > partition. > > bye > jipe Right answer. Thanks. Why didn't they teach me that in school? rm Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mand

Re: [expert] Write access to windows partition for users

2002-03-28 Thread jipe
On Thu, 28 Mar 2002 15:08:51 -0500 Ross <[EMAIL PROTECTED]> wrote: > I need read/write access to my windows partition > The relevant line in /etc/fstab is: > /dev/hda1 /mnt/windows vfat user,rw 0 0 > Output from $ mount is: > /dev/hda1 on /mnt/windows type vfat (rw,noexec,nosuid,nodev

[expert] Write access to windows partition for users

2002-03-28 Thread Ross
I need read/write access to my windows partition The relevant line in /etc/fstab is: /dev/hda1 /mnt/windows vfat user,rw 0 0 Output from $ mount is: /dev/hda1 on /mnt/windows type vfat (rw,noexec,nosuid,nodev) With windows partition not mounted, $ ll /mnt gives: drwxrwxrwx