Path: utzoo!mnetor!uunet!husc6!bloom-beacon!mit-eddie!rutgers!mtune!mtunx!whuts!homxb!genesis!hotlr!anumb!adh From: adh@anumb.UUCP (a.d.hay) Newsgroups: comp.sys.att Subject: Re: mounting floppy volume Message-ID: <196@anumb.UUCP> Date: 16 Mar 88 11:59:46 GMT References: <3443@ece-csc.UUCP> Reply-To: adh@anumb.UUCP (a.d.hay) Organization: AT&T Bell Laboratories - MV Lines: 8 In article <3443@ece-csc.UUCP> chim@ece-csc.UUCP (Bill Chimiak) writes: >Does anyone know if it is possible to mount a floppy >volume? Venix on the old DEC Rainbow allowed this >option. Can it be done on the unixpc? mount /dev/fp021 /mnt # /mnt can be any directory; should be empty. umount /dev/fp021 # will fail if you are in the mount directory.