Maurizio Firmani wrote:
> On mar, 09 mar 1999, Paul W. Abrahams wrote:
> >
> > Ah!!! You need to know the magical incantation to put into the fstab entry. It's
> > "umask=0".
> >
> > If you want to access it over a LAN, you need even more magic:
> > uid=65534,gid=65534. (It took me quite a while to guess that one.)
> >
> > As they used to say in grad school: "intuitively obvious to the most casual
> > observer". :=)
> >
> > Paul
>
> Actually I tried to put umask=000 to the fstab with no success. I just put it
> again into my fstab which looks like:
>
> /dev/hda1 /mnt/msdos vfat noauto,user,umask=0 0 0
>
> # mount /mnt/msdos
> # mount
> #/dev/hda1 on /mnt/msdos type vfat (rw,noexec,nosuid,nodev,umask=0)
> # ls /mnt/msdos
> # ls: /mnt/msdos: Permission denied
>
> Can you send me a copy of your fstab or write down the line I'm interested to?
>
> TIA
>
> Maurizio
I don't know what your problem is - but here are the entries in my fstab for three
Windows/DOS partitions:
/dev/hda1 /dos_c vfat defaults,conv=auto,umask=0 0 0
/dev/sda1 /dos_d msdos defaults,rw,uid=65534,gid=65534,umask=0 0
0
/dev/hda8 /dos_e vfat defaults,umask=0 0 0
All of them are accessible to me.
Have you tried accessing them as other than root? There's that funny root-squashing
business in NFS mounts that might be relevant here.
Paul
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html