LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Floppy won't Mount (https://www.linuxquestions.org/questions/linux-newbie-8/floppy-wont-mount-702401/)

jazpaisley 02-05-2009 12:08 AM

Floppy won't Mount
 
I'm running Kubuntu Intrepid 8.10 with kde-4.2 kernal-2.6.27-11

No matter what I do....the floppy drive doesn't exsist

What can I do ?


Code:

root@linux-007:/home/james# mount -t vfat /dev/fd0 /mnt/floppy
mount: special device /dev/fd0 does not exist

can I make a /dev/fd0 ?

jdkaye 02-05-2009 12:19 AM

Quote:

Originally Posted by jazpaisley (Post 3432671)
I'm running Kubuntu Intrepid 8.10 with kde-4.2 kernal-2.6.27-11

No matter what I do....the floppy drive doesn't exsist

What can I do ?


Code:

root@linux-007:/home/james# mount -t vfat /dev/fd0 /mnt/floppy
mount: special device /dev/fd0 does not exist

can I make a /dev/fd0 ?

Hi Jaz,
are you sure the dev is /dev/fd0?
What is the result of
Code:

ls /dev/fd*
cheers,
jdk

jazpaisley 02-06-2009 12:27 AM

This what is said

Code:

james@linux-007:~$ ls /dev/fd*
0  1  10  12  13  14  15  16  17  2  20  3  4  9


jazpaisley 02-06-2009 12:27 AM

This what is said

Code:

james@linux-007:~$ ls /dev/fd*
0  1  10  12  13  14  15  16  17  2  20  3  4  9


Drakeo 02-06-2009 12:35 AM

Quote:

Originally Posted by jazpaisley (Post 3433815)
This what is said

Code:

james@linux-007:~$ ls /dev/fd*
0  1  10  12  13  14  15  16  17  2  20  3  4  9


ls /dev/fd0 if you type /fd* you get the responce that ask you to put a number it. put your floppy in and type as root mount /dev/fd0 when done type umount /dev/fd0 then go into your admin and put disk or scsi or floppy in the users group so they have permission to use it.


All times are GMT -5. The time now is 05:11 PM.