From owner-freebsd-bugs Tue Apr 7 13:50:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12076 for freebsd-bugs-outgoing; Tue, 7 Apr 1998 13:50:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from gateman.zeus.leitch.com (gateman.zeus.leitch.com [204.187.61.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11784; Tue, 7 Apr 1998 13:49:05 -0700 (PDT) (envelope-from woods@tap.zeus.leitch.com) Received: from zeus.leitch.com (tap.zeus.leitch.com [204.187.61.10]) by gateman.zeus.leitch.com (8.8.5/8.7.3/1.0) with ESMTP id QAA20167; Tue, 7 Apr 1998 16:49:09 -0400 (EDT) Received: from brain.zeus.leitch.com (brain.zeus.leitch.com [204.187.61.32]) by zeus.leitch.com (8.7.5/8.7.3/1.0) with ESMTP id QAA09767; Tue, 7 Apr 1998 16:49:00 -0400 (EDT) Received: (from woods@localhost) by brain.zeus.leitch.com (8.8.8/8.8.8) id QAA26230; Tue, 7 Apr 1998 16:49:00 -0400 (EDT) (envelope-from woods@tap.zeus.leitch.com) Date: Tue, 7 Apr 1998 16:49:00 -0400 (EDT) Message-Id: <199804072049.QAA26230@brain.zeus.leitch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: woods@zeus.leitch.com (Greg A. Woods) To: FreeBSD-gnats@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release" In-Reply-To: FreeBSD-gnats@FreeBSD.ORG's message of "Tue, April 7, 1998 12:00:01 -0700" regarding "Re: kern/6242: vnode disk driver too unstable in -STABLE to "make release"" id <199804071900.MAA15677@hub.freebsd.org> References: <199804071850.OAA26969@brain.zeus.leitch.com> <199804071900.MAA15677@hub.freebsd.org> X-Mailer: VM 6.45 under Emacs 20.2.1 Reply-To: woods@zeus.leitch.com (Greg A. Woods) Organization: Planix, Inc.; Toronto, Ontario; Canada Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ah ha. It seems for some reason that the fixit floppy stuff has grown too large to fit on a floppy, at least in my local build environment. That the vnode disk driver blows up when you over-fill its filesystem is only a side-effect to the real problem here. Someone should change the synopsis and subject line of this PR, and/or maybe I should file a second PR. Here I mimic what /usr/src/release/doFS.sh does, but to a real floppy: 16:19 [2106] # newfs -u 0 -t 0 -i 6000 -m 0 -T minimum -o space /dev/rfd0 Warning: Block size restricts cylinders per group to 8. /dev/rfd0: 2880 sectors in 1 cylinders of 1 tracks, 2880 sectors 1.4MB in 1 cyl groups (8 c/g, 11.25MB/g, 1728 i/g) super-block backups (for fsck -b #) at: 32, 16:19 [2107] # pwd /var/release/Leitch-BSD-2.2-980331-TEST-00/R/stage/fixitfd 16:20 [2108] # mount /dev/fd0 /mnt2 16:20 [2109] # find . -print | cpio -dump /mnt2 /mnt2: write failed, file system is full cpio: write error: No space left on device [[ boy, did that ever take a long long time -- over 9 minutes! I guess I should have mounted it with '-o async'. ]] 16:30 [2110] # du 2 ./dev/fd 82 ./dev 2280 ./stand 2 ./bin 2 ./sbin 96 ./etc 2 ./mnt 2 ./mnt1 2 ./mnt2 2 ./mnt3 2 ./mnt4 2 ./tmp 14 ./usr/share/misc 16 ./usr/share 18 ./usr/mdec 36 ./usr 2516 . 16:30 [2111] # ls -l stand/cat -r-xr-xr-x 63 root bin 1150976 Apr 6 20:45 stand/cat -- Greg A. Woods +1 416 443-1734 VE3TCP Planix, Inc. ; Secrets of the Weird To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message