Which utility would be used to change how often a filesystem check is performed on an ext2 filesystem without losing any data stored on that filesystem?
C. tune2fs
The tune2fs command is used to adjust various parameters of an ext2, ext3, or ext4 filesystem. One of the parameters that can be modified using tune2fs is the interval between filesystem checks, also known as the "check interval" or "maximum mount count." This interval determines how often the filesystem is checked for errors during the boot process.
By using tune2fs, you can adjust the filesystem check frequency without losing any data stored on the filesystem. It is a safer alternative compared to running fsck directly, which is primarily used to repair filesystem errors rather than modifying the check interval.
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Strib
6 months, 3 weeks agoStrib
6 months, 3 weeks ago