[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mounten von Medien



Hallo
On Mon, Sep 22, 2003 at 04:23:10PM +0200, Michelle Konzack wrote:
> Hallo, 
> 
> da ich mit verschiedenen Dateisystemen (msdos, vfat, hfs, minix und ext2) 
> und Diskettengrößen (720, 1,44, 1,68 und 2,88), hatte ich mit in die 
> /etc/fstab folgendes eingetragen: 
> 
> /dev/fd0u720	/floppy	auto	default,noauto,noexec	0	0
> /dev/fd0u1440	/floppy	auto	default,noauto,noexec	0	0
> /dev/fd0u1680	/floppy	auto	default,noauto,noexec	0	0
> /dev/fd0u2880	/floppy	auto	default,noauto,noexec	0	0
                                ^^^^^^^
                                dies soll woll defaults heißen
                                               ^^^^^^^^

probier es doch mal mit user

Auszug aus man mount(8)

---
 user   Allow  an  ordinary  user  to mount the file
        system.  The name of the  mounting  user  is
        written  to  mtab so that he can unmount the
        file system again.  This option implies  the
        options  noexec,  nosuid,  and nodev (unless
        overridden by subsequent options, as in  the
        option line user,exec,dev,suid).
 defaults
        Use  default  options:  rw, suid, dev, exec,
        auto, nouser, and async.
 
---
        
> 
> Leider erkennt Debian nicht die Dateisysteme korrekt und es kommt immer 
> wieder zu Fehlern. In der /etc/filesystems habe ich
> 
>         ext3
>         ext2
>         minix
>         hfs
>         vfat
>         msdos
> 	iso9660
> nodev	proc
> 
> Alle $USER sind in der Gruppe 'floppy' aufgenommen. 
> 
> Nun Frage:
> 
> Was muss ich machen, das ein $USER (also nicht root), den befehl:
> 
> user@michelle1: > mount -t ext2 /dev/fd0u1680 /floppy
> 

-- 
Gruß Kurt



Reply to: