View previous topic :: View next topic |
Author |
Message |
houbysoft n00b
Joined: 04 Feb 2008 Posts: 18
|
Posted: Wed Feb 20, 2008 7:57 pm Post subject: floppy drives don't mount |
|
|
Hi,
I've been using Gentoo for developing an OS, and now I wanted to try to dd the created image to a real floppy drive (before I've used bochs), and so I thought that I should mount my floppy. But, when I try to do some simple sudo mount /dev/fd/0 /mnt it says /dev/fd is not a block device. I have checked google with this error, but nothing helped... So, please, if you can, help me
Thanks a lot. |
|
Back to top |
|
|
schachti Advocate
Joined: 28 Jul 2003 Posts: 3765 Location: Gifhorn, Germany
|
Posted: Wed Feb 20, 2008 9:38 pm Post subject: |
|
|
Try /dev/fd0 instead. _________________ Never argue with an idiot. He brings you down to his level, then beats you with experience.
How-To: Daten verschlüsselt auf DVD speichern. |
|
Back to top |
|
|
houbysoft n00b
Joined: 04 Feb 2008 Posts: 18
|
Posted: Thu Feb 21, 2008 8:48 am Post subject: |
|
|
Thanks for reply, but it didn't help: no such file or directory. |
|
Back to top |
|
|
schachti Advocate
Joined: 28 Jul 2003 Posts: 3765 Location: Gifhorn, Germany
|
Posted: Thu Feb 21, 2008 9:14 am Post subject: |
|
|
Did you compile the support for your floppy drive into your kernel? If you compiled it as a module: Did you load the module? _________________ Never argue with an idiot. He brings you down to his level, then beats you with experience.
How-To: Daten verschlüsselt auf DVD speichern. |
|
Back to top |
|
|
houbysoft n00b
Joined: 04 Feb 2008 Posts: 18
|
Posted: Thu Feb 21, 2008 9:29 am Post subject: |
|
|
I've compiled my kernel with genkernel, but I haven't enabled anything...
How to load modules? |
|
Back to top |
|
|
schachti Advocate
Joined: 28 Jul 2003 Posts: 3765 Location: Gifhorn, Germany
|
Posted: Thu Feb 21, 2008 10:08 am Post subject: |
|
|
houbysoft wrote: | I've compiled my kernel with genkernel, but I haven't enabled anything... |
I'm not familiar with genkernel, I do not know if it enables floppy disk support or not...
houbysoft wrote: | How to load modules? |
man modprobe _________________ Never argue with an idiot. He brings you down to his level, then beats you with experience.
How-To: Daten verschlüsselt auf DVD speichern. |
|
Back to top |
|
|
|