To mount a disk on /mnt, use the following command lines:
mount -t msdos /dev/fd0 /mnt
The directory /mnt must already exist:
mkdir /mnt
floppycontrol -pP --printfdcstate
into your bug report.
floppycontrol --debug
and
floppycontrol --reporting 0
. Note that floppycontrol
--debug
generates a huge output. Thus, try
first with --reporting
. Please note also that both
commands are drive specific, and that the default drive is
/dev/fd0. So, if you experience a problem on /dev/fd1, use
floppycontrol --debug -d/dev/fd1
.
Then include the kernel messages as well as the application messages
with your bug report. If you're using X windows, you won't see the
kernel messages appear in your xterm window. Use dmesg to get
them. dmesg includes all messages since boot (or as many as fit in the
buffer, if there are too many messages). Use dmesg also before
executing the command, in order to find out which messages were
generated by the command, and which ones were generated by earlyer
commands. Alternatively, you may get the user-printk
module which allows you to insert "comments" into the stream of
console messages.
floppycontrol -P
do?