From owner-freebsd-questions Wed Mar 20 09:07:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA15835 for questions-outgoing; Wed, 20 Mar 1996 09:07:48 -0800 (PST) Received: from digital.netvoyage.net (root@digital.netvoyage.net [205.162.154.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA15827 for ; Wed, 20 Mar 1996 09:07:46 -0800 (PST) Received: (from bogawa@localhost) by digital.netvoyage.net (8.6.13/8.6.9) id JAA26576; Wed, 20 Mar 1996 09:07:11 -0800 Date: Wed, 20 Mar 1996 09:07:08 -0800 (PST) From: Bryan Ogawa at Work To: "k.k phang" cc: questions@freebsd.org Subject: Re: newfs on a floppy disk In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 20 Mar 1996, k.k phang wrote: > Can someone out there tell me how to construct a new file system on a > floppy disk? > > This was my attempt, no luck. In fiddling with the COMCONSOLE stuff, I came across the info in /etc/disktab on how to format floppy disks: # # Floppy formats: # # To make a filesystem on a floppy: # fdformat [-f ] fd[.] # disklabel -r -w fd[.] fd # newfs fd[.] # > > cluck: {10} disklabel -r -w /dev/rfd1a floppy3 > cluck: {11} newfs /dev/rfd1a > Warning: Block size and bytes per inode restrict cylinders per group to 5. > Warning: 1216 sector(s) in last cylinder unallocated > /dev/rfd1a: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors > 1.4MB in 1 cyl groups (5 c/g, 10.00MB/g, 4448 i/g) > super-block backups (for fsck -b #) at: > 32, You're trying to format a 3.5" 1.44M floppy in drive fd1, right? try: fdfloppy -f 1440 fd1.1440 disklabel -r -w fd1.1440 fd1440 newfs fd1.1440 Other than constant media errors on my fdfloppy (I think something's wrong in my fd configuration or something). bryan > clusk: {12} > > -- > K.K Phang, Software Engineer Computer Protocol > phang@cpm.com.my > http://www.cpm.com.my > Bryan K. Ogawa Questions or Problems with NetVoyage? help@netvoyage.net Check out the NetVoyage HelpWeb at..