LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can I prevent my box from automatically forcing fsck after the default number of (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-prevent-my-box-from-automatically-forcing-fsck-after-the-default-number-of-393187/)

abefroman 12-15-2005 11:00 AM

How can I prevent my box from automatically forcing fsck after the default number of
 
How can I prevent my box from automatically forcing fsck after the default number of day have elapsed(which I believe is 65)?

I have a large raid 50 array and if I reboot it it means 6 hours of down time while fsck is running.

Is there a way to get it to not force fsck?

vls 12-15-2005 11:31 AM

Quote:

Originally Posted by abefroman
How can I prevent my box from automatically forcing fsck after the default number of day have elapsed(which I believe is 65)?


tune2fs does it.

foo_bar_foo 12-15-2005 12:18 PM

set the last variable on the /etc/fstab line for the partition to 0.

abefroman 12-16-2005 03:47 PM

Quote:

Originally Posted by foo_bar_foo
set the last variable on the /etc/fstab line for the partition to 0.

What does the last column mean? What possible values other than 2 and 0 are there?

What does the second to last column mean?

davcefai 12-16-2005 04:25 PM

Code:

man fstab
has it all.


All times are GMT -5. The time now is 09:07 AM.