Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?
Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?
The command 'tune2fs -i 200 /dev/sda1' changes the interval between filesystem checks to 200 days. The '-i' option is specifically used to set the maximum interval between checks in days for the ext3 filesystem.
it is repeated
The "i" switch stands for interval-between-checks
the same question as question 3
What is character ג€"c ?
E. tune2fs --days 200 /dev/sda1
Repeated question, but welcome the revision.
REPEAD ASK!
The command that changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting is tune2fs. Specifically, the tune2fs command with the -i option is used to set the maximum mount count (in days) between two filesystem checks.