I create a separate mount point for floppies, working as root in / I "mkdir fd0"
then still as root "mount /dev/fd0135ds18 /fd0" (floppy #0, double sided, high density)
and once finished move away from /fd0 and "umount fd0"
If the floppy doesn't have a filesystem you create it with "mkdev fd".
You can mount it most anywhere on the filesystem, many people mount it at /mnt.
Ed Fair
Give the wrong symptoms, get the wrong solutions.
Notice that I am suggesting /dev/fd0 in lieu of /dev/fd0135ds18. I have found that trying to mount to /dev/fd0135ds18 is not always sucessful.
It is worth to mention that you cannot mount a device to an active directory or a directory which is currently mounted or running a process out of. You will get an error to that effect should you attempt to do so. Same goes if you try to un-mount the device, you cannot be within the mounted directory.
--
SouthBeach
The good thing about not knowing is the opportunity to learn - Yours truly, 2008.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.