On Tuesday 23 February 2010 06:01:42 pm Istvan Gabor wrote:
For making sure that this is the culprit I have changed FSCK_OPTS="$FSCK_OPTS -V" to FSCK_OPTS="$FSCK_OPTS -C" in my /etc/init.d/boot.localfs file, set one of my partitions mount-count number above the limit and rebooted. After this fsck initiated a full scan on the given partition at bootup and the progress bar was shown.
i took a slightly different approach i like to force fsck before the 60 days expires (if i don't it will invariably expire on a morning i want to get something done) so i changed FSCK_OPTS="$FSCK_OPTS -f" to FSCK_OPTS="$FSCK_OPTS -f -C" under if test -f /forcefsck -o "$DO_FORCEFSCK" = "yes" ; then in both of /etc/init.d/boot.d/K04boot.localfs /etc/init.d/boot.d/K06boot.rootfsck which through the magic of symbolic links also changed it for me in /etc/init.d/boot.d/S03boot.rootfsck /etc/init.d/boot.d/S11boot.localfx after this i touched /forcefsck, rebooted, and the progress bar showed for me too hopefully i did a sufficiently good job of documenting this change for myself so i can redo it after my next upgrade sc -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org