Date: Wed, 29 Jan 2003 23:46:00 +0100 From: Poul-Henning Kamp <phk@freebsd.org> To: juli@freebsd.org Cc: current@freebsd.org Subject: Newfs börked: Kills make release in strange ways. Message-ID: <15530.1043880360@critter.freebsd.dk>
next in thread | raw e-mail | index | archive | help
Newfs is börked right now (see below), and that kills make release
in really strange ways.
Considering I actually went as far as adding a "make test" target in
src/sbin/newfs then it is a tiny bit disappointing that it was not
used pre-commit.
Poul-Henning
bang# dd if=/dev/zero of=/dev/md0
dd: /dev/md0: end of device
2881+0 records in
2880+0 records out
1474560 bytes transferred in 0.153023 secs (9636198 bytes/sec)
bang# newfs /dev/md0
/dev/md0: 1.4MB (2880 sectors) block size 16384, fragment size 2048
using 2 cylinder groups of 1.00MB, 64 blks, 128 inodes.
super-block backups (for fsck -b #) at:
32, 2080
bang# fsck /dev/md0
fsck: Could not determine filesystem type
bang# fsck_ffs /dev/md0
** /dev/md0
** Last Mounted on
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
ROOT INODE UNALLOCATED
ALLOCATE? [yn] ^C
***** FILE SYSTEM MARKED DIRTY *****
bang#
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15530.1043880360>
