LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FSCK On Restart (https://www.linuxquestions.org/questions/linux-newbie-8/fsck-on-restart-147193/)

kevinf 02-17-2004 11:13 AM

FSCK On Restart
 
How do I stop RedHat Linux 9 from doing a start when rebooting the machine. Current, it is set to do it every 20 reboots and my raid drive takes 23 hours to do a fsck.

trickykid 02-17-2004 11:25 AM

I believe its tune2fs that is the command your looking for.... check man for more details.

Or view the man page here: http://man.linuxquestions.org/index....ction=0&type=2

bnice 02-17-2004 11:26 AM

edit /etc/fstab:
find the line that refers to your drive, for example:

/dev/hdb2 / reiserfs defaults 1 1

change the last value to 0

`man fstab` to find out why


All times are GMT -5. The time now is 10:22 PM.