- Boot the system from boot disc 1 or an ISO image of the installation media
- Once the system has successfully booted from the ISO image and the Red Hat Enterprise Linux boot screen will appears, type: "linux rescue" without the quotes, and hit enter at the prompt.
- Select "Continue" when prompted to allow the rescue environment to mount Red Hat Enterprise Linux installation under /mnt/sysimage directory.
- Type "chroot /mnt/sysimage"
- Then edit /etc/fstab
- In this file, in the very last column for each mount point, there is a number. Changing this number to a 0 (zero) will make it so that it does not try to fsck that mount point on boot.
- Save the file
- Reboot or CTRL+D
Red Hat, Fedora, Gnome, KDE, MySQL, PostgreSQL, PostGIS, Slony, Zarafa, Scalix, SugarCRM, vtiger, CITADEL,OpenOffice, LibreOffice,Wine, Apache, hadoop, Nginx Drupla, Joomla, Jboss, Wordpress, WebGUI, Tomcat, TiKi WiKi, Wikimedia, SpamAssassin, ClamAV, OpenLDAP, OTRS, RT, Samba, Cyrus, Dovecot, Exim, Postfix, sendmail, Amanda, Bacula, DRBD, Heartbeat, Keepalived, Nagios, Zabbix, Zenoss,
Monday, May 9, 2011
Disable the fsck on boot
Subscribe to:
Post Comments (Atom)
1 comment:
You could also set it at the filesystem level using tune2fs for ext3 filesystems:
# tune2fs -c 0 -i 0 /dev/
where is the filesystem - sda1, mapper/VolGroup1-LogVol1 or whatever.
Post a Comment