On Mon, 2005-02-21 at 09:51 +0530, Rajev Mhasawade wrote: > Hi, > I need help.Plz confirm me if im in a problem.Is my HDD corrupted? > I have Fedora 3.When i right click /usr (which is a separate > partition) it first calculates used space and then this comment below > it. "(some contents unreadable)".Same with /doc partition. > I did check my /doc partition using fcsk but i didnt understand the > output it gave. > --------- > [root@localhost ~]# fsck /dev/hda12 > fsck 1.35 (28-Feb-2004) > e2fsck 1.35 (28-Feb-2004) > /dev/hda12 is mounted. > > WARNING!!! Running e2fsck on a mounted filesystem may cause > SEVERE filesystem damage. > > Do you really want to continue (y/n)? yes > > /doc: recovering journal > /doc: clean, 29/393600 files, 32977/787177 blocks > > --------- > What does this 32977/787177 blocks mean?Is it space used or is it some error? > Is fcsk adequate or shud i use other command? > Plz help :(( > Rajev ------- you have done what in America we would call blowing through a stop sign not entirely sure why you would say yes after that warning - and can't estimate the effects of doing so since I generally respect Linux warnings - this isn't Windows... Next time you want to check a filesystem ... shutdown now -Fr #reboots, forces filesystemcheck (e2fsck in your case) on reboot BEFORE mounting as you shouldn't repair mounted filesystems. That's what the warning was. df will show you a listing of total/used/available space on all 'mounted filesystems df -h will put it into 'human readable' form I hope that you haven't clobbered any valuable files Craig