Skip or Bypass a Fsck on boot
method 1:
Temp: on boot
from GRUB Menu selecy kernel line and press e then add fast boot at the end of the line , press ENTER and Press b to boot
Permanent:
/boot/grub/grub.conf
Find kernel line and put fastboot at the end of the kernel line. In the end it should look as follow:
kernel /vmlinuz-2.6.18-92.1.22.el5 ro root=LABEL=/ console=tty0 console=ttyS1,19200n8 fastboot
method 2:
. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked. Here is sample entry:
/dev/sdb1 /mnt/sdb1 ext3 defaults 0 0