From: Ari Lemmke (arl@cs.hut.fi)
Date: 04/10/93


From: arl@cs.hut.fi (Ari Lemmke)
Subject: Re: e2fsck problem....
Date: 10 Apr 1993 15:04:39 GMT

In article <9304031045.43@rgm.com> ray@rgm.com (Ray Mendonsa) writes:
: I just did 'rm -rf /lost+found' then 'mkdir /lost+found'. It complained

        RTFM ;-) [bsd 4.2: man 5 mklost+found]

        /lost+found is not just a directory, it is directory with
        free entries for fsck, which you can make self (create
        N files to the directory and then remove those dummy files).

        Without free entries your fsck won't work, and you find
        yourself in a deeper trouble when your fs crashes ;-)

        Changing fsck to greate those entries is ^%#$#^& bad idea.

: /-Ray Mendonsa--ray@rgm.com--Administrator, rgm.com--Sacramento, CA--------->

        arl