Linux - Skip fsck and do fastboot, Avoid entering into fsck during boot

Skip fsck and do fastboot

Reboot system and stop auto fsck on-boot
 # shutdown -rf now

During boot press e and add fastboot
 # /vmlinuz-.xx ro root=LABEL=/ console=tty0 console=ttyS1,19200n8 fastboot
press e during server boot and add fastboot at end of the boot kernel to skip fsck or avoid filesystem check during boot.

To avoid filesystem check permenantly, add below entry in fstab
 /dev/sde   /mountpoint   ext3	  defaults   0 0
add zero(0) to skip filesystem check

The topic on Linux - Skip fsck and do fastboot is posted by - John

Hope you have enjoyed, Linux - Skip fsck and do fastbootThanks for your time

Tech Bluff