View previous topic :: View next topic |
Author |
Message |
Grilo Tux's lil' helper
Joined: 22 Apr 2003 Posts: 114 Location: Canada
|
Posted: Fri Aug 08, 2003 3:22 am Post subject: Floppy or some other problem |
|
|
hello i'm running the 2.6 test 2 kernel and when trying to mount my floppy i get this
Code: | mount /mnt/floppy
mount: wrong fs type, bad option, bad superblock on /dev/fd0,
or too many mounted file systems
|
and i have the standard floppy entry in the fstab.
also it's an ext3 formatted disk
any ideas?
Grilo _________________ Knowledge is power but the drive to learn is harnessing wizdom |
|
Back to top |
|
|
skunk l33t
Joined: 28 May 2003 Posts: 646 Location: granada, spain
|
Posted: Fri Aug 08, 2003 4:03 am Post subject: |
|
|
did u try mounting it specifying the fs type?
Quote: |
# mount -t ext3 /dev/floppy/0 /mnt/floppy
|
|
|
Back to top |
|
|
|