redarrow
Expert Member
Hey,
I have a linux machine on my local network which I use primarily as a NAS box, running Ubuntu server 12.04.
It has 3 1.5tb Seagate drives in a raid 5 array. A few days ago something caused the one drive to get knocked out the array.
This is not the first time this has happened, once before it happened due to a faulty Sata port.
Anyway, in the meantime I re-added the drive to the array and it's been running ok for last couple days..
Smartmon however reported some issues with the drive: "8 Offline uncorrectable sectors" and "8 Currently unreadable (pending) sectors".
I instructed smartctl to run an "extended offline" test a few times which resulted in:
Clearly something is screwy on the drive, problem is I don't really know much aboud hdd 'smart' info or how serious it is.
Smart info does state the "overall-health self-assessment test result" is "passed".
Can anyone tell me if this is something to be worried about?
Should I look into replacing the drive ASAP?
The other issue I have is the filesystem had some corruption somehow (don't get how it happened as raid5 is supposed to work just fine with only 2 drives). Trashed my mysql database as luck would have it, no big deal though as I back it up like a madman
so recovery wasn't an issue.
The worrying part though is these log messages still happening (even though fsck finds no further issues) which I can't figure out:
Thanks!
I have a linux machine on my local network which I use primarily as a NAS box, running Ubuntu server 12.04.
It has 3 1.5tb Seagate drives in a raid 5 array. A few days ago something caused the one drive to get knocked out the array.
This is not the first time this has happened, once before it happened due to a faulty Sata port.
Anyway, in the meantime I re-added the drive to the array and it's been running ok for last couple days..
Smartmon however reported some issues with the drive: "8 Offline uncorrectable sectors" and "8 Currently unreadable (pending) sectors".
I instructed smartctl to run an "extended offline" test a few times which resulted in:
Code:
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed: read failure 90% 20764 176965896
# 2 Extended offline Completed: read failure 90% 20763 176965896
# 3 Extended offline Completed: read failure 90% 20762 176965896
# 4 Short offline Completed without error 00% 20761 -
# 5 Short offline Completed: read failure 90% 20728 606232
# 6 Short offline Completed without error 00% 4794 -
# 7 Short offline Completed without error 00% 139 -
Clearly something is screwy on the drive, problem is I don't really know much aboud hdd 'smart' info or how serious it is.
Smart info does state the "overall-health self-assessment test result" is "passed".
Can anyone tell me if this is something to be worried about?
Should I look into replacing the drive ASAP?
The other issue I have is the filesystem had some corruption somehow (don't get how it happened as raid5 is supposed to work just fine with only 2 drives). Trashed my mysql database as luck would have it, no big deal though as I back it up like a madman
The worrying part though is these log messages still happening (even though fsck finds no further issues) which I can't figure out:
Code:
Dec 30 08:22:02 redserver kernel: [54990.908116] EXT4-fs error (device md3): __ext4_ext_check_block:475: inode #111413832: comm linuxdcpp: bad header/extent: invalid extent entries - magic f30a, entries 41, max 340(340), depth 0(0)
Dec 30 08:22:02 redserver kernel: [54990.908579] EXT4-fs error (device md3): __ext4_ext_check_block:475: inode #111413832: comm linuxdcpp: bad header/extent: invalid extent entries - magic f30a, entries 41, max 340(340), depth 0(0)
Dec 30 08:22:02 redserver kernel: [54990.909048] EXT4-fs error (device md3): __ext4_ext_check_block:475: inode #111413832: comm linuxdcpp: bad header/extent: invalid extent entries - magic f30a, entries 41, max 340(340), depth 0(0)
Dec 30 08:22:02 redserver kernel: [54990.909510] EXT4-fs error (device md3): __ext4_ext_check_block:475: inode #111413832: comm linuxdcpp: bad header/extent: invalid extent entries - magic f30a, entries 41, max 340(340), depth 0(0)
Thanks!