>I'm having problems reading DOS formated floppies on my system. I have
>linux 1.1.59. When I put a DOS formatted disk into my 3.5" floppy (A: drive
>in DOS) and type 'mdir', I get this error:
>init: open "/dev/fd0": Permission denied
>Did the floppy not get mounted somehow? If not, how do I set it up so that
>I don't have to mount it each time I need to use it?
My way is as below:
create a mount point in the root directory eg mkdir /flopdos
edit your /etc/fstab file to include the following:
/dev/fd0 /flopdos msdos user,noauto,rw # for manual mounting
/dev/fd0 /flopdos msdos user,auto,rw # for auto mount at boot
I don not use automounting for flopy's as they are not used on a regular
basis so I do not know what happens if you boot without a disc in the drive.
I think the file as read at bootup so reboot and from then on to access
a dos formatted floppy simply: mount /flopdos
DO NOT FORGET TO umount /flopdos when you have finished using each disc.
Hopefully this will help
---------------------------------------------------------------------------
Dave Allen, Network Engineer NZ Dairy Group of Companies
Hamilton,
New Zealand
Telephone 64-07-8398-071
---------------------------------------------------------------------------