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
[EMAIL PROTECTED]         | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to