From owner-freebsd-questions Sun May 25 23:45:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA02432 for questions-outgoing; Sun, 25 May 1997 23:45:11 -0700 (PDT) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA02426 for ; Sun, 25 May 1997 23:45:01 -0700 (PDT) Received: from carey.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.5/8.8.5) with SMTP id QAA12748; Mon, 26 May 1997 16:43:39 +1000 (EST) Message-Id: <3.0.32.19970526164207.00740770@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 26 May 1997 16:42:07 +1000 To: Willem van den Bosch , freebsd-questions From: Carey Nairn Subject: Re: Mounting floppy Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk You need to put a filesystem and disklabel on the floppy as well. In the INSTALL.TXT file in the distribution it gives the following instructions to prepare a floppy: fdformat -f 1440 fd0.1440 disklabel -w -r fd0.1440 floppy3 newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0 cheers, Carey Nairn At 16:04 26/05/97 +1000, Willem van den Bosch wrote: >I have just installed FreeBSD 2.2.1 and seems to have a problem getting a >floppy >mounted. > >after formatting a disc "fdformat -f 1440 /dev/fd0" >the command "mount /dev/fd0 /mnt" >gives the following message "/dev/fd0 on /mnt: Incorrect super block." > >Any help would be appreciated > >Regards Willem > > >