Click to See Complete Forum and Search --> : changing localhost.localdomain names!


funny_jedi
11-08-2001, 03:11 AM
I tried changing localhost.localdomain name and when i rebooted I got this message
unconnnected directory inode 1466983(/tmp/???)
/: UNEXPECTED INCONSISTENCY;
I was then asked to run fsck manually but I dont know what options I need to give!
Any suggestions!

Hena
11-08-2001, 04:10 AM
First thing to do is read man fsck.

I had similar problem once and i run the it "fsck -r /", which basicly prompted me for each repair and it checked all directories. Since your problem is in tmp directory you might want to do something like "fsck -r /tmp".