Re: RH 7.2 - where's init supposed to be?

From: Tommy Reynolds (TommyReynolds_at_yahoo.com)
Date: 05/25/05


Date: Wed, 25 May 2005 11:29:25 -0500

On Tue, 24 May 2005 19:44:59 -0500, R(only) B(only) Jones wrote:

> LABEL=/ / ext3 defaults 1 1

When you built the "/dev/hda5" file system, did you label it as "/"?

Try this:

        # e2label /dev/hda5

and see if it has a "/" label. If not,

        # e2label /dev/hda5 /

Now, visit each of the other file systems you have and make sure that
NONE of them are also labeled "/".

Cheers