Link to home
Start Free TrialLog in
Avatar of Psylence
Psylence

asked on

Mouting floppy drive under RH 5.1

I can't seem to mount my floppy drive. it's defaulted to
fd0 but I get a bad superblock or too many drives mounted error. if I try to mount it as fd1 my floppy looks like it's going to mount but then returns the same error. everything else mounts just fine.
And also, as pathetic as it may seem, I don't know how to creat a new file. in particular ppp.sh.
any help in these matters would be greatly appreciated.
Avatar of Psylence
Psylence

ASKER

Edited text of question
You can use /dev/hd0H1440 as the general device for a HD 2D floppy. To make devices you can use MAKEDEV fdX, where X is your IDE floppy controller.
Try mount -t msdos /dev/fd0H1440 /mnt/floppy
Check if the dir /mnt/floppy exist, if not make it.
Maybe a good spot to look is /proc/interrupts and /proc/ioports for possible hardware conflict.
ASKER CERTIFIED SOLUTION
Avatar of hbrady
hbrady

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial