View Single Post

   
  #2 (permalink)  
Old 01-19-2008, 07:29 AM
Matthias Czapla
 
Posts: n/a
Default Re: problem: mounting a scsi partition as normal user

Tobias Dornisch wrote:
> /dev/hda4 on /lagerplatz type vfat (rw,uid=1000,gid=1000)
> /dev/hdb1 on /spielwiese type vfat (rw,uid=1000,gid=1000)
> /dev/sda1 on /daten type vfat (rw)
>
> fstab:
> /dev/hda4 /lagerplatz vfat rw,auto,uid=1000,gid=1000 0 2
> /dev/hdb1 /spielwiese vfat rw,auto,uid=1000,gid=1000 0 2
> /dev/sda1 /daten vfat rw,auto,uid=1000,gid=1000 0 2


Well, somehow the [ug]id mount options are being ignored. Are you sure that
/daten isn't mounted by some command in an init script before mountall.sh is
invoked?

Regards
Matthias
Reply With Quote