Re: Floppy IO Errors
- From: Mel <fbsd.questions@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 14:28:07 +0200
On Friday 31 August 2007 04:01:25 Dan Mahoney, System Admin wrote:
I am trying to load a kernel module from a floppy disk (ms dos formatted).
Is there anything "special" I have to do to format these disks, or make
them readable? I can boot from an MS DOS startup disk (as generated by
XP) but BSD returns an IO error when trying to read any floppy. I've
tried multiple drives, cables, and disks.
I don't see the relevance of the boot stage here, but if you wanna load a
kernel module from a floppy:
# mount_msdosfs /dev/fdc0 /mnt
# sysctl kern.module_path="/boot/kernel;/boot/modules;/mnt"
# kldload mymodulename
/dev/fdc0 being your floppy drive device.
--
Mel
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Floppy IO Errors
- From: Dan Mahoney, System Admin
- Floppy IO Errors
- Prev by Date: Re: auto mount xfce4 and kde
- Next by Date: IPFW - Keep State
- Previous by thread: Floppy IO Errors
- Next by thread: auto mount xfce4 and kde
- Index(es):
Relevant Pages
|
|