LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Floppy problem: inable to find floppy (https://www.linuxquestions.org/questions/linux-hardware-18/floppy-problem-inable-to-find-floppy-339729/)

vasanthraghavan 07-03-2005 09:24 PM

Floppy problem: inable to find floppy
 
Hi,
After my recompile with 2.6.11.11 kernel, did a reboot. Then "insmod" was done to both "floppy.ko" and "ide-floppy.ko". However the following command to mount a floppy errors out:

mount /mnt/floppy

Error message:
----------------------
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab

Don't know what could be wrong. Could you please help me.

Thank you.

mhallbiai 07-03-2005 09:34 PM

if you look at the fstab does it mount the floppy to /mnt/floppy or /media/floppy?
if /media then try 'mount /media/floppy'

what happens if you try to explicitly (<-- for lack of a better term) mount the floppy as root ?

mount /dev/fd0 /mnt/floppy


All times are GMT -5. The time now is 08:42 PM.