-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- NetBSD - Mounting the floppy drive nmr - nmr@phreaker.net -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- By mounting the floppy drive, files can be transferred to NetBSD from your existing operating system. I use it to transfer existing source code from windows. The first step to mounting the floppy drive is to login as root. Then what you do is create a directory so that NetBSD can mount the floppy drive to the directory you specify. Unlike windows or dos where you use a: as floppy in NetBSD a directory will act as your floppy drive. What I do is create a directory called floppy in the root of the filesystem which is /. To do this type: cd / mkdir floppy The mkdir command is used to create a directory. Next, mount the floppy drive to /floppy by typing: mount -t msdos /dev/fd0a /floppy or mount_msdos /dev/fd0a /floppy Now your floppy drive should start making noises showing it is being accessed. To access the floppy drive, go to /floppy by typing: cd floppy ls Note: chdir can also be used instead of cd -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-END-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Send comments or bugs to nmr@phreaker.net Disclaimer - http://telnet7.tripod.com Information on this site only reflects the author's personal opinion and assumes no responsibility whatsoever regarding any of the contents or any damages that may occur explicitly or implicitly from reading the contents of this site.