Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 1996 00:42:27 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: lost+found ???
Message-ID:  <199603212342.AAA14621@uriah.heep.sax.de>
In-Reply-To: <199603211629.JAA13464@rocky.sri.MT.net> from "Nate Williams" at Mar 21, 96 09:29:16 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Nate Williams wrote:

> If we want it, the code is all there for it.  Simply defined -DLOSTDIR
> in the newfs Makefile.  Unfortunately, I'm not able to test it as my
> 'test' box is doing just that right now.

Horribly broken. :-(

A few required tweaks aside to get it compiled at all:


j@uriah 1097% ./newfs -t0 -u0 -i65536 -l1 /dev/rfd0
/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,
write error: 72
wtfs: Bad address

but:

j@uriah 1098% /sbin/newfs -t0 -u0 -i65536 -l1 /dev/rfd0
/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,

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603212342.AAA14621>