On 10.02.03 Holger Dietze (holger.dietze@advis.de) wrote:
On Sun, Feb 09, 2003 at 11:24:53PM +0100, Stefan Berthold wrote:
Once upon a time, I heard Torsten Werner say:
Am Sonntag, dem 09. Februar 2003 um 21:17:10, schrieb Stefan Berthold:
floppy -fstype=auto,sync,nodev,nosuid :/dev/fd0
^^^^ ^ vfat ,umask=000
Danke für die schnelle Hilfe, es funktioniert.
Oder vor der Benutzung das vfat-Modul laden. Der mount probiert bei 'auto' nur die FS-Typen, die der Kernel schon kennt.
Man mount: Note that the auto type may be useful for user- mounted floppies. Creating a file /etc/filesystems can be useful to change the probe order (e.g., to try vfat before msdos) or if you use a kernel mod ule autoloader. Warning: the probing uses a heuristic (the presence of appropriate `magic'), and could recognize the wrong filesystem type.
H.