-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexander Dalloz wrote: > touch /.autofsck > >>From /usr/share/doc/initscripts-7.42.2/sysconfig.txt: > > /etc/sysconfig/autofsck > does not normally exist; if it does, it can influence a choice > whether or not to fsck after a crash > AUTOFSCK_TIMEOUT=5 > Number of seconds to wait for console user to make a choice > AUTOFSCK_DEF_CHECK=no > If the user does not respond, choose whether or not to fsck > > So do: > > echo "AUTOFSCK_TIMEOUT=5" > /etc/sysconfig/autofsck > echo "AUTOFSCK_DEF_CHECK=yes" >> etc/sysconfig/autofsck > > Alexander Wouldn't it be better to 'touch /forcefsck' ? He was asking for a way to automatically check the filesys. If the system sees a /.autofsck file, it will prompt the user before actually doing the fsck, and if the user does not respond within the timeout period (10 seconds), it will skip the fsck. If it finds a /forcefsck file, it will do the fsck without prompt. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFARjw6L6ubqSVs8LERAidXAKCyozNCYCKZwfumOnwCGj5LR3kFqACgitkV mjj9c2PZLkz6K56duul5yQY= =zb88 -----END PGP SIGNATURE-----