Maurizio Firmani wrote:

> This subject has been already discussed on this list, but...
> I can access my msdos partition only as root, even if in the fstab there is a
> line like this:
> /dev/hda1  /mnt/msdos/  vfat user,noauto 0 0
>
> where:
> /dev/hda1 -> device name
> /mnt/msdos -> mount point
> vfat -> type of the filesistem
> user,noauto -> mount options, namely:
>         user: allow an ordinary user to mount the file system.
>         noauto: prevents automatical mount of the msdos filesystem at boot
>
> With these options I can mount the msdos filesystem but I can access it.

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


-
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

Reply via email to