Date: Wed, 21 Nov 2001 09:17:13 -0500 (EST) From: Mikhail Teterin <mi@aldan.algebra.com> To: current@freebsd.org Subject: damaged file system despite unmounts Message-ID: <200111211417.fALEHEO60866@aldan.algebra.com>
next in thread | raw e-mail | index | archive | help
For a while I was noticing my largest FS reported as not unmounted cleanly on boot. Today I decided to unmount it myself and check it with fsck. Here are the results. Notice, that the first fsck had to mark the FS clean. Notice that the second fsck found something else to do, and only the third one was happy. What's happening? Thanks, -mi root@aldan:/opt/etc (174) umount /ccd root@aldan:/opt/etc (175) fsck -y /ccd ** /dev/ccd0c ** Last Mounted on /ccd ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups FREE BLK COUNT(S) WRONG IN SUPERBLK SALVAGE? yes SUMMARY INFORMATION BAD SALVAGE? yes BLK(S) MISSING IN BIT MAPS SALVAGE? yes 463041 files, 12031814 used, 46114496 free (100184 frags, 5751789 blocks, 0.2% fragmentation) ***** FILE SYSTEM MARKED CLEAN ***** ***** FILE SYSTEM WAS MODIFIED ***** root@aldan:/opt/etc (176) fsck -y /ccd ** /dev/ccd0c ** Last Mounted on /ccd ** Phase 1 - Check Blocks and Sizes load: 0.09 cmd: fsck_ufs 60803 [physstr] 7.79u 1.72s 0% 11408k /dev/ccd0c: phase 1: cyl group 1001 of 1790 (55%) load: 0.08 cmd: fsck_ufs 60803 [physstr] 9.66u 2.11s 0% 12032k /dev/ccd0c: phase 1: cyl group 1307 of 1790 (73%) ** Phase 2 - Check Pathnames load: 0.14 cmd: fsck_ufs 60803 [physstr] 12.90u 2.78s 0% 12884k /dev/ccd0c: phase 2: dir 1355 of 54568 (2%) ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups FREE BLK COUNT(S) WRONG IN SUPERBLK SALVAGE? yes SUMMARY INFORMATION BAD SALVAGE? yes ALLOCATED FRAG 174736 MARKED FREE BLK(S) MISSING IN BIT MAPS SALVAGE? yes 463041 files, 12031814 used, 46114495 free (100183 frags, 5751789 blocks, 0.2% fragmentation) ***** FILE SYSTEM WAS MODIFIED ***** root@aldan:/opt/etc (177) fsck -y /ccd ** /dev/ccd0c ** Last Mounted on /ccd ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts ** Phase 5 - Check Cyl groups 463041 files, 12031814 used, 46114495 free (100183 frags, 5751789 blocks, 0.2% fragmentation) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111211417.fALEHEO60866>