Path: utzoo!mnetor!uunet!husc6!rutgers!mtune!mtunx!lzaz!lznv!jlw From: jlw@lznv.ATT.COM (j.l.wood) Newsgroups: comp.sys.att Subject: Re: mounting floppy volume Message-ID: <1336@lznv.ATT.COM> Date: 22 Mar 88 21:00:50 GMT References: <3443@ece-csc.UUCP> <196@anumb.UUCP> <64@marque.mu.edu> <200@anumb.UUCP> Organization: AT&T ISL Middletown NJ USA Lines: 18 Using the User Agent to format floppies does a mkfs on the floppy so it's `mount'able. As in: mount /dev/fp021 /mnt and unmounted by umount /dev/fp021 When you do a backup or cpio you use the raw device /dev/rfp021. This creams the superblock and inode table of the floppy and consequently it must be re-formatted or at least re-mkfs-ed before it can be mounted again. Joe Wood lznv!jlw