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?
- 4185 megtekintés
Hozzászólások
fstabban benne van?
- A hozzászóláshoz be kell jelentkezni
Persze hogy benne van. En irtam bele a ket kezemmel. Vajon az lenne a problema, hogy telepitesnel csak a root particiot adtam meg, a /home-ot utolag, telepites utan csatoltam a rendszerhez?
--
FeZo
- A hozzászóláshoz be kell jelentkezni
Ez az indok hülyeség :) most lusta vagyok, de a nézd meg az init scripteket elvileg egész olvashatók.
- A hozzászóláshoz be kell jelentkezni
És az fstab sor végén 1 van?
- A hozzászóláshoz be kell jelentkezni
Lehet ez lesz a nyero. Ha jol emlekszem akkor nullat irtam.
--
FeZo
- A hozzászóláshoz be kell jelentkezni
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.
- A hozzászóláshoz be kell jelentkezni
Koszi szepen a felvilagositast. Minden nap tanulok valamit.
--
FeZo
- A hozzászóláshoz be kell jelentkezni
#
# /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
- A hozzászóláshoz be kell jelentkezni