mounting floppies problem

If you want to mount a dos floppy you type (for example):
mount -t dos /dev/fd0 /fd

right?

This works without any error-messages. The floppy status lamp turns
green and it makes the standard floppy noises.

But when I try to access it (cd /fd) I get the message:
/bin/sh: cd: /fd - No such device or address

if i try to remount it, I get “Resource Busy”.

cp /dev/fd0 /foo doesn’t work either. input/output error.

now, since I booted from the floppydisk before, I know its not broken.

Suggestions?


Thomas “Turbofish” Hellstrom
turbofish@swipnet.se

Try dcheck /dev/fd0 to check the drive and media first.

The mount command you use work fine for me every day.


Bill Caroselli – 1(530) 510-7292
Q-TPS Consulting
QTPS@EarthLink.net


“Turbofish” <turbofish@swipnet.se> wrote in message
news:9r2553$6e3$1@inn.qnx.com

If you want to mount a dos floppy you type (for example):
mount -t dos /dev/fd0 /fd

right?

This works without any error-messages. The floppy status lamp turns
green and it makes the standard floppy noises.

But when I try to access it (cd /fd) I get the message:
/bin/sh: cd: /fd - No such device or address

if i try to remount it, I get “Resource Busy”.

cp /dev/fd0 /foo doesn’t work either. input/output error.

now, since I booted from the floppydisk before, I know its not broken.

Suggestions?

“Turbofish” <turbofish@swipnet.se> wrote in message
news:9r2553$6e3$1@inn.qnx.com

If you want to mount a dos floppy you type (for example):
mount -t dos /dev/fd0 /fd

But when I try to access it (cd /fd) I get the message:
/bin/sh: cd: /fd - No such device or address

if i try to remount it, I get “Resource Busy”.

now, since I booted from the floppydisk before, I know its not broken.

Have you tried a different disk (regardless if it’s broken or not).

-Adam