From owner-freebsd-questions Thu Mar 20 15:37:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06844 for questions-outgoing; Thu, 20 Mar 1997 15:37:49 -0800 (PST) Received: from jason04.u.washington.edu (jason04.u.washington.edu [140.142.78.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA06837 for ; Thu, 20 Mar 1997 15:37:47 -0800 (PST) Received: from saul2.u.washington.edu (saul2.u.washington.edu [140.142.56.21]) by jason04.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with ESMTP id PAA11900 for ; Thu, 20 Mar 1997 15:32:37 -0800 Received: from s5-25-199.student.washington.edu (S5-25-199.student.washington.edu [128.95.25.199]) by saul2.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with SMTP id PAA01284 for ; Thu, 20 Mar 1997 15:37:45 -0800 (PST) Message-ID: <333159A0.41C67EA6@u.washington.edu> Date: Thu, 20 Mar 1997 07:37:04 -0800 From: Jason Wells Organization: Highperformance.net X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2-970215-GAMMA0 i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Newfs on a floppy Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently was creating a floppy to back up some files. I followed the procedure that is in the /etc/disktab file. I type... newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0 fd1440 I get... /dev/rfd0: 2880 sectors in 80 cylinders of 2 tracks, 18 sectors 1.4MB in 5 cyl groups (16 c/g, 0.28MB/g, 32 i/g) super-block backups (for fsck -b #) at: 32, 632, 1184, 1784, 2336, Cool. Up until now everything makes sense. Now I type... newfs -N /dev/rfd0 I get... Warning: Block size and bytes per inode restrict cylinders per group to 5. Warning: 1216 sector(s) in last cylinder unallocated /dev/rfd0: 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, This is not the filesystem that I just created! Or is it? Why the heck does my filesystem on this floppy not reflect the configuration that I gave it? Thanks, Jason Wells