fsck on boot

Fórumok

Most tunt fel, hogy a /home particiom tullepte a maximum mount count hatart es bootolaskor nem csekkolja az fsck. A logban is az all, hogy ideje lenne csekkolni, de bootkor csak a / particiora irja ki, hogy clean, a /home mintha nem is letezne.

Az Arch wiki elegge szukszavu ezen a teren, igy megint a Ti segitsegetekre szorulok. Valahol be lehet allitani, hogy csekkolja indulaskor az osszes maximum mount countot elert particiot?

Hozzászólások

A "man fstab" szerint is:

The sixth field, (fs_passno), is used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 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.

#
# /etc/fstab: static file system information
#
#

devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0

#/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
#/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0

UUID=39cc3e8e-374d-4227-94b0-05bde2959155 /boot ext2 defaults 0 1
UUID=4dbf3ffc-6790-4489-bcae-dfae12edaa30 swap swap defaults 0 0
UUID=910e1fc9-5710-4034-a8d0-dc49e0d3fcb3 /home ext3 defaults 0 1
UUID=d49a4c64-4270-4be5-a95d-1e0d668e8a96 / ext3 defaults 0 1

Hátha ez segít.Nálam tökéletesen működik.

Arch 2.6.35.4,Xfce4