Tag ArchivesLinux

How  to disable  fsck  on boot

How to disable fsck on boot

In Linux, when you import a  filesystem in "fstab" you need to define the FSCK option. This option checks if filesystems last fsck time is more than certain days ago. In this case, the system performs an fsck operation.....