LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   disable disc check (https://www.linuxquestions.org/questions/linux-newbie-8/disable-disc-check-425531/)

EAD 03-16-2006 05:28 PM

disable disc check
 
Hii, after 25 times I have done reset and therefoe mount the init boot check my HD, How can I disable it?:confused:

gilead 03-16-2006 05:52 PM

Are you using ext3 as your file system? At http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html, they do recommend disabling file system checks for ext3. It can be done with:
Code:

tune2fs -i 0 -c 0 /dev/hdxx
If you turn off the auto checks it's recommended that you periodically do manual checks.

Are you having a problem with the file system checks?

EAD 03-17-2006 12:58 AM

No I don't have problems.
well Tanx I will check it:)


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