Find

How to disable fsck at boot for a specific filesystem

How to disable fsck at boot for a specific filesystem

1. Edit /etc/fstab using your favorite text editor:
      # vi /etc/fstab

2. Locate the line that contains the filesystem in question
and modify the last number in the row to '0', which disables fsck.

/dev/VolGroup/LogVol     /mountpoint    ext4    defaults    1 0
                                                                                     ^ fsck disable