LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How run fsck? (https://www.linuxquestions.org/questions/linux-newbie-8/how-run-fsck-100638/)

lectraplayer 10-05-2003 08:28 PM

How run fsck?
 
I want to run fsck on my whole system (including FAT32 partitions and / folder. How can I get to single-user mode to run it? It is saying that running it on a mounted filesystem can really wreck things up. I don't wanna lose Linux again to my own stupidity like I did several times before. I am using Mandrake 9.

AltF4 10-05-2003 08:38 PM

a) fsck doesn't check fat filesystems
b) for single user mode:
as root
# init s
then remount / read-only with:
# mount -o remount,ro /


All times are GMT -5. The time now is 03:31 PM.