View previous topic :: View next topic |
Author |
Message |
seppe Guru
Joined: 01 Sep 2003 Posts: 431 Location: Hove, Antwerp, Belgium
|
Posted: Tue Sep 02, 2003 6:11 pm Post subject: floppy won't mount |
|
|
I have a problem with my floppy drive. I think my fstab is not right:
Code: |
/dev/fd0 /mnt/floppy auto noauto,user,sync 0 0
|
So I decided to mount it manually, but that didn't work either.
I first thought my floppy was op /dev/fd0:
Code: |
root@lokaalbeest seppe # mount -t msdos /dev/fd0 /mnt/floppy
mount: slechte bestandssysteem soort, slechte optie, slecht superblok op /dev/fd0,
of teveel aangekoppelde bestandssystemen
root@lokaalbeest seppe #
|
translated: bad filesystem, bad option, bad superblock on /dev/fd0, or to many mounted filesystems.
Suddenly, I saw /dev/floppy .. So I tried mounting that somewhat:
Code: |
root@lokaalbeest seppe # mount -t msdos /dev/floppy/0 /mnt/floppy
mount: slechte bestandssysteem soort, slechte optie, slecht superblok op /dev/floppy/0,
of teveel aangekoppelde bestandssystemen
root@lokaalbeest seppe #
|
Yep, same error
I tried it as wel with 'fat, ext2, reiserfs' after the -t option, but nothing works. But I'm not sure of /dev/floppy/0, because in the /dev/floppy directory, I have a lot of other err .. numbers:
Code: |
root@lokaalbeest seppe # ls /dev/floppy/
0 0u1040 0u1120 0u1440 0u1600 0u1680 0u1722 0u1743 0u1760 0u1840 0u1920 0u360 0u720 0u800 0u820 0u830
|
Hmmz, someone want to help this desperate newbie? _________________ nitro-sources, because between stable and experimental there exists only speed
Latest release I made: 2.6.13.2-nitro1 |
|
Back to top |
|
|
zakl n00b
Joined: 09 May 2003 Posts: 73
|
Posted: Tue Sep 02, 2003 6:27 pm Post subject: |
|
|
Try
Code: | /dev/fd0 /mnt/floppy vfat noauto,users 0 0 |
that should do it for you.
Also, note that in linux any FAT file system is mounted using the "vfat" fillesystem type, and not fat, fat16, or fat32. _________________ Zak
Gentoo Linux * EPoX 8KHA+ * Athlon XP 1700+ * 768MB PC2100 * IBM 40GB for OS's, WD 120GB for storage * SB Audigy Platinum on emu10k1-cvs drivers * Radeon 8500 64MB on latest XFree-DRM driver |
|
Back to top |
|
|
seppe Guru
Joined: 01 Sep 2003 Posts: 431 Location: Hove, Antwerp, Belgium
|
Posted: Wed Sep 03, 2003 3:48 pm Post subject: |
|
|
Nope, it still doesn't work:
Code: |
root@lokaalbeest seppe # mount -t vfat /dev/fd0 /mnt/floppy
mount: /dev/fd0 is geen geldig blok-apparaat
|
translation: mount: /dev/fd0 is not a valid block device
_________________ nitro-sources, because between stable and experimental there exists only speed
Latest release I made: 2.6.13.2-nitro1 |
|
Back to top |
|
|
MasterX Veteran
Joined: 26 Jun 2003 Posts: 1165
|
Posted: Wed Sep 03, 2003 4:28 pm Post subject: |
|
|
Did you enable support for the floppy in the kernel? |
|
Back to top |
|
|
seppe Guru
Joined: 01 Sep 2003 Posts: 431 Location: Hove, Antwerp, Belgium
|
Posted: Thu Sep 04, 2003 12:36 pm Post subject: |
|
|
At 'Block Devices' in my kernel I have'Normal Floppy Support' loaded as a module.
_________________ nitro-sources, because between stable and experimental there exists only speed
Latest release I made: 2.6.13.2-nitro1 |
|
Back to top |
|
|
asph l33t
Joined: 25 Aug 2003 Posts: 741 Location: Barcelona, Spain
|
Posted: Thu Sep 04, 2003 3:08 pm Post subject: |
|
|
I would say you didn't compile vfat support in the kernel.. did you?
Code: | FileSystems ->
[*] VFAT (Windows-95) fs support |
_________________ gentoo sex is updatedb; locate; talk; date; cd; strip; look; touch; finger; unzip; uptime; gawk; head; emerge --oneshot condom; mount; fsck; gasp; more; yes; yes; yes; more; umount; emerge -C condom; make clean; sleep |
|
Back to top |
|
|
seppe Guru
Joined: 01 Sep 2003 Posts: 431 Location: Hove, Antwerp, Belgium
|
Posted: Fri Sep 05, 2003 12:08 pm Post subject: |
|
|
No, it is compiled as a module (M) _________________ nitro-sources, because between stable and experimental there exists only speed
Latest release I made: 2.6.13.2-nitro1 |
|
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
|
|