Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!cs.utexas.edu!uwm.edu!spool.mu.edu!agate!violet.berkeley.edu!jkh From: jkh@violet.berkeley.edu (Jordan K. Hubbard) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: useing floppies under 2.0.5-950622-SNAP Date: 25 Jul 1995 02:25:02 GMT Organization: University of California, Berkeley Lines: 19 Message-ID: <3v1klu$egs@agate.berkeley.edu> References: <3v0f77$dok@bronze.coil.com> NNTP-Posting-Host: violet.berkeley.edu In article <3v0f77$dok@bronze.coil.com>, Eric Chet <echet@coil.com> wrote: >Lets try a unix disk: >fdformat /dev/fd0c >Everything works fine, now when I try and mount the disk. >mount /dev/fd0c /mnt >/dev/fd0c on /mnt: Incorrect super block. Bzzzt! This isn't a UNIX disk. You just formatted it, yes, but where's the disklabel? The file system? This needs to be something more like: fdformat /dev/fd0 disklabel -r -w /dev/fd0 floppy3 newfs /dev/fd0 mount /dev/fd0 /mnt Jordan