Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to check the filesystem??????
Name: New New B Date: March 9, 2002 at 09:22:32 Pacific
Comment:
Hi all,
i m a linux newbie. I wonder how I could check the errors in filesystem or defragment it.... Does anybody have an idea how to do it?
No need to do any defrag nonsense on a Linux file system.
You HD(s) get automatically checked about every 20 boots.
If you really want to manually run checks, the command is 'e2fsck' (assuming a '2' file system type).
Regards, Guy
0
Response Number 2
Name: New New B Date: March 9, 2002 at 15:04:44 Pacific
Reply:
how come it said "running e2fsck on a mounted filesystem may cause SEVERE filesystem damage." So should I still continue to run it? or is there any other way to umount the filesystem before i run that command again?
By the way, thx Guy for the help ... \(^_^)/
0
Response Number 3
Name: nameless Date: March 9, 2002 at 23:52:50 Pacific
Reply:
If this is not your / filesystem, you can umount it just by umount yourmountpoinname. If it is /, then the only thing you can do is remount it read-only, by
mount -o remount,ro /
But as Guy mentioned, you only want to run fsck manually in very rare circumstances.
0
Response Number 4
Name: Damien Date: March 10, 2002 at 03:05:05 Pacific
Reply:
If i'm not mistaken, if u use a journaling filesystem like ReiserFs or ext3 then worrying about the filesystem is a thing of the past. Unfortunately i'm still stuck with ext2 til i re-install my system, which I'm much to lazy to do :)
Damien
0
Response Number 5
Name: New New B Date: March 10, 2002 at 12:58:44 Pacific
Summary: Greetings, Cancelling the service is no good option. Try this website and reply me if it has helped you connect to internet. http://linux.com.lb/wiki/index.pl?node=HOW-TOs Check the instructions menti...
Summary: OK then, not sure if I know exaclty what you want to do but here goes... You can drag and drop files just like windows, you can also type: #cp /location/of/file /destination/to/copy/to If you are talk...
Summary: Hello plz i have a problem I am preparing a load balancing system in linux for network and I have one problem, that how to find the current CPU load of system using java or linux if any one know then...