I just mean from a command line and you type 'su' (switch user) to become root. So you'd do this:
Code:
su
<type in root password>
fsck
If you get warnings about it not being able to check mounted partitions tell it no and unmount those partitions with this command:
You can use the mount command to see all the mounted partitions and their mountpoints.