Date: Mon, 4 Oct 2004 13:20:28 +0200 From: Rene Ladan <r.c.ladan@student.tue.nl> To: freebsd-hardware@freebsd.org Subject: harddisk dying? Message-ID: <20041004112027.GA1692@dyn202-hg.nbw.tue.nl>
next in thread | raw e-mail | index | archive | help
Hi, When I boot into single user, fsck_ufs /var gives no errors, both mounted and umounted. However, if I boot into multi user, fsck_ufs gives error messages, allthough at boot time the file system is clean. The messages vary: run 1: ------- ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=4241 OWNER=mysql MODE=100600 SIZE=2349 MTIME=Oct 4 11:38 2004 CLEAR? no UNREF FILE I=4257 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no UNREF FILE I=4272 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no ** Phase 5 - Check Cyl groups 2443 files, 39110 used, 25297 free (1481 frags, 2977 blocks, 2.3% fragmentation) ------ run 2: ------- ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=4241 OWNER=mysql MODE=100600 SIZE=2349 MTIME=Oct 4 11:41 2004 CLEAR? no UNREF FILE I=4257 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no UNREF FILE I=4272 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no ** Phase 5 - Check Cyl groups 2443 files, 39110 used, 25297 free (1481 frags, 2977 blocks, 2.3% fragmentation) ------ run 3: ------ ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes ** Phase 2 - Check Pathnames ** Phase 3 - Check Connectivity ** Phase 4 - Check Reference Counts UNREF FILE I=4241 OWNER=mysql MODE=100600 SIZE=2349 MTIME=Oct 4 11:50 2004 CLEAR? no UNREF FILE I=4257 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no UNREF FILE I=4272 OWNER=mysql MODE=100600 SIZE=0 MTIME=Oct 4 11:37 2004 CLEAR? no ** Phase 5 - Check Cyl groups 2443 files, 39119 used, 25288 free (1480 frags, 2976 blocks, 2.3% fragmentation) ------- Inode 4241 changed time between run 2 and run 3. The mysql user comes from the databases/mysql40-{client,server} ports. It probably hits the bad spot. But it continues to give errors if I turn mysql off : ** /dev/ad0s1e (NO WRITE) ** Last Mounted on /var ** Phase 1 - Check Blocks and Sizes INCORRECT BLOCK COUNT I=39 (4 should be 0) CORRECT? no ** 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? no SUMMARY INFORMATION BAD SALVAGE? no BLK(S) MISSING IN BIT MAPS SALVAGE? no 2439 files, 39163 used, 25243 free (1483 frags, 2970 blocks, 2.3% fragmentation) -------- And sometimes /var seems to be ok. Does this mean my harddisk is somehow dying? It has been running continously for 2-3 years, and in use since September 2000. Regards, Rene
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041004112027.GA1692>