# uname -a
Code:
FreeBSD MACH1 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 19:31:38 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386
All disks on the system are new (less than a couple of months), except one {am1...];
all are labelled
# df
==>
Code:
Filesystem Capacity Mounted on
/dev/gpt/gptrootfs 4% /
devfs 100% /dev
/dev/gpt/am1usrfs 0% /disk_01
/dev/gpt/am2usrfs 79% /disk_02
/dev/gpt/am6usrfs 0% /disk_06
fdescfs 100% /dev/fd
# gpart show -l
provided the following '/dev/ada' assignments
Code:
ada0 am2usrfs i.e. /disk_02
ada1 am6usrfs i.e. /disk_06
ada2 am1usrfs i.e. /disk_01
ada3 gptrootfs i.e. /
After a few minutes, I'll received several messages on the console and in
/var/log/messages
Code:
May 5 22:00:59 MACH1 smartd[586]: Device: /dev/ada2, 6307 Currently unreadable (pending) sectors
May 5 22:00:59 MACH1 smartd[586]: Device: /dev/ada2, 6307 Offline uncorrectable sectors
May 5 22:01:00 MACH1 smartd[586]: Device: /dev/ada3, FAILED SMART self-check. BACK UP DATA NOW!
May 5 22:01:00 MACH1 smartd[586]: Device: /dev/ada3, 1891 Currently unreadable (pending) sectors
May 5 22:01:00 MACH1 smartd[586]: Device: /dev/ada3, Failed SMART usage Attribute: 5 Reallocated_Sector_Ct.
May 5 22:30:59 MACH1 smartd[586]: Device: /dev/ada2, 6307 Currently unreadable (pending) sectors
May 5 22:30:59 MACH1 smartd[586]: Device: /dev/ada2, 6307 Offline uncorrectable sectors
May 5 22:30:59 MACH1 smartd[586]: Device: /dev/ada3, FAILED SMART self-check. BACK UP DATA NOW!
May 5 22:30:59 MACH1 smartd[586]: Device: /dev/ada3, 1891 Currently unreadable (pending) sectors
May 5 22:30:59 MACH1 smartd[586]: Device: /dev/ada3, Failed SMART usage Attribute: 5 Reallocated_Sector_Ct.
...
...
May 6 08:00:59 MACH1 smartd[586]: Device: /dev/ada3, FAILED SMART self-check. BACK UP DATA NOW!
May 6 08:00:59 MACH1 smartd[586]: Device: /dev/ada3, 1891 Currently unreadable (pending) sectors
May 6 08:00:59 MACH1 smartd[586]: Device: /dev/ada3, Failed SMART usage Attribute: 5 Reallocated_Sector_Ct.
Which would indicate that am1usrfs and gptrootfs failure could be imminent, i.e. /disk_01 & / (the system disk).
Oddly enough, it is the ada1, am6usrfs (/disk_06) that would functionally disappear from the system - requiring a shutdown on restart it brings it back up again. The disk will remain visible from a df -k but a ls ==> a not configured state. At this stage dmesg shows a "periph destroyed" message.
The whole sequence seems bizarre, ada3 failing messages (continues to be functional), but ada1 being dropped or destroyed instead and with an apparent clicking sound too - seems strange.
Can anyone explain?
Thanks!
Last edited by a moderator: