(правда сегодня утром я перегружал сервер жёстко ресетом, потому что в 3 утра он внезапно перестал откликаться. Подключить монитор не было времени, потому просто дёрнул ресет. В сислоге чисто - но эта проблема меня не очень волнует, пока не повторится второй раз)
root@honeypot /home/zerkms # grep -HR fsck /etc/init.d/
/etc/init.d/dmcrypt: before checkfs fsck
/etc/init.d/device-mapper: before checkfs fsck
/etc/init.d/udev: before checkfs fsck
/etc/init.d/checkfs: if [[ -f /forcefsck ]]; then
/etc/init.d/checkfs: ewarn "A full fsck has been forced"
/etc/init.d/checkfs: fsck -C -T -R -A -a -f
/etc/init.d/checkfs: rm -f /forcefsck
/etc/init.d/checkfs: fsck -C -T -R -A -a
/etc/init.d/checkfs: fsck -C -T -R -A -y
/etc/init.d/lvm: before checkfs fsck
/etc/init.d/checkroot: if [[ -f /forcefsck ]] || get_bootparam "forcefsck"; then
/etc/init.d/checkroot: ebegin "Checking root filesystem (full fsck forced)"
/etc/init.d/checkroot: fsck -C -a -f /
/etc/init.d/checkroot: # /forcefsck isn't deleted because checkfs needs it.
/etc/init.d/checkroot: fsck -C -T -a /
/etc/init.d/checkroot: eend 2 "Rerunning fsck in force mode"
/etc/init.d/checkroot: fsck -y -C -T /
/etc/init.d/halt.sh:# Inform if there is a forced or skipped fsck
/etc/init.d/halt.sh:elif [[ -f /forcefsck ]]; then
/etc/init.d/halt.sh: ewarn "A full fsck will be forced on next startup"
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the [b][u]manpage fstab(5[/u][/b]) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 noatime 1 2
/dev/sda3 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
/dev/cdrom /mnt/cdrom auto noauto,user,rw 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/sda4 /data ext3 rw,user,auto 1 2
При установке пары "dump/pass>" в 0 0 раздел проверку не проходит.