View previous topic :: View next topic |
Author |
Message |
woodwizzle Apprentice
Joined: 30 Nov 2003 Posts: 225
|
Posted: Thu Feb 12, 2004 7:41 am Post subject: Can't get my floppy to mount |
|
|
I can't get my floppy drive to mount. This is what I have in my fstab: /dev/fd0 /mnt/floppy auto rw,exec,noauto,users 0 0
I dunno what could be wrong. I know the hardware works too. |
|
Back to top |
|
|
adastra Tux's lil' helper
Joined: 16 Oct 2002 Posts: 106
|
Posted: Thu Feb 12, 2004 8:55 am Post subject: |
|
|
With just that much info, all I can say is, make sure your kernel sees the floppy drive (i.e. /dev/fd0 exists) and that the mount point exists (/mnt/floppy).
If you give us an error message, we can be of more assistance. |
|
Back to top |
|
|
woodwizzle Apprentice
Joined: 30 Nov 2003 Posts: 225
|
Posted: Thu Feb 12, 2004 3:32 pm Post subject: |
|
|
The mount point does exist. Floppy support is in my kernel as a module. I did an lsmod before mounting and the floppy module is loaded bun not used. When I run mount /mnt/floppy the command gives no response for a unusually long time, then I get a "/dev/fd0: Invalid argument" and then "mount: block device /dev/fd0 is write protected, mounting read only" followed by another unusually long wait and another "/dev/fd0: Invalid argument " and then finally a "mount: you must specify the filesystem type" |
|
Back to top |
|
|
russryder Tux's lil' helper
Joined: 28 Aug 2002 Posts: 133
|
Posted: Fri Feb 13, 2004 12:10 am Post subject: |
|
|
how is your fstab setup for your floppy? are you mounting as root or as a normal user? _________________ System Specs
Athlon XP 2500+
1.5g ram
GeForce FX 5700 Ultra
Soundblaster Live
200gb hdd
gentoo-dev-sources 2.6.9 r4
screenshot http://russbox.sytes.net/screenshot.png |
|
Back to top |
|
|
woodwizzle Apprentice
Joined: 30 Nov 2003 Posts: 225
|
Posted: Fri Feb 13, 2004 2:38 am Post subject: |
|
|
the fstab for my floppy is in my first post. I get the same results if I try to mount as root or as a user |
|
Back to top |
|
|
|