View previous topic :: View next topic |
Author |
Message |
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Fri Aug 01, 2003 11:27 am Post subject: ext2 floppy mount-Problem |
|
|
Hallo!
Aus irgendwelchen Gründen kann ich meine ext2 floppies nur noch mounten, wenn ich angebe, in welches Verzeichnis gemounted werden soll, und das, obwohl ich einen Eintrag in /etc/fstab für Floppies habe:
Code: |
/dev/fd0 /mnt/floppy auto noauto,user,nosuid,nodev,umask=022 0 0
|
Code: |
mount /dev/fd0 /mnt/floppy #klappt
mount /dev/fd0 #klappt nicht
mount /mnt/floppy #geht auch nicht
|
Fehlermeldung:
Code: |
mount: Falscher Dateisystemtyp, ungültige Optionen, der
»Superblock« von /dev/fd0 ist beschädigt oder es sind
zu viele Dateisysteme eingehängt
|
Komischerweise tritt das Problem nur bei ext2-Disketten auf. minix- und fat-Floppies funktionieren problemlos...
Mount-Version:
Code: |
stefan@linux ~ $ mount -V
mount: mount-2.11z
|
Kernel: Vanilla 2.4.21 |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Thu Aug 07, 2003 1:06 pm Post subject: |
|
|
Kann mir wirklich niemand helfen? |
|
Back to top |
|
|
Beforegod Bodhisattva
Joined: 10 Apr 2002 Posts: 1495 Location: Würzburg
|
Posted: Thu Aug 07, 2003 1:26 pm Post subject: Re: ext2 floppy mount-Problem |
|
|
mrsteven wrote: |
Code: |
/dev/fd0 /mnt/floppy auto noauto,user,nosuid,nodev,umask=022 0 0
|
|
Probiers mal so :
Code: |
/dev/fd0 /mnt/floppy auto noauto,user,sync 0 0
|
|
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Thu Aug 07, 2003 5:29 pm Post subject: |
|
|
Danke, es funktioniert... |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|