LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux scandisk? (https://www.linuxquestions.org/questions/linux-software-2/linux-scandisk-107310/)

versaulis 10-22-2003 05:42 PM

linux scandisk?
 
What do I use to fix file system errors on linux?

MasterC 10-22-2003 05:51 PM

fsck, however, that's a generic name for the tool for your specific filesystem. Usually running:
fsck -p /dev/hdx
On an unmounted partition will do what you need. You can also look at man shutdown as there is an option to force a check upon bootup as well.

Cool


All times are GMT -5. The time now is 08:07 PM.