can't bootup even by using Bootable Floppies.
#>tell me whats the problem?....what should i do?
Some times it ask for root password & run fsck witout -a & -p switch.
#>HOW should i run fsck to recover ext3 file system?

Sounds like garbage collection didn't get called by a particular
application.

Run, the following to determine which partitions are active: 'mount -l'
You will see a list such as:
/dev/hda5 on / type ext3 (rw) [/]
/dev/hda3 on / type ext3 (rw) [/home]
...
etc.

Now, you will need to run the following:
$ fsck.ext3 /dev/hda5
$ fsck.ext3 /dev/hda3

HTH.

Regards,
 Avinesh



_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to