View Single Post
Posts: 502 | Thanked: 366 times | Joined on Jun 2010 @ /dev/null
#31
Both fsck and top are command line utilities, they can be accessed via the X Terminal program.

To run them when you have X Terminal running you simply do this:
For checking (as root user or via sudo) your microSDHC card assuming it has only one partition on it:
Code:
fsck /dev/mmcblk1p0
For checking which processes is using the most CPU:
Code:
top
Also it would be useful if you could output your dmesg log. This can be obtained from X Terminal via:
Code:
dmesg
__________________
 

The Following 3 Users Say Thank You to tuxsavvy For This Useful Post: