Device: /dev/ciss0 [cciss_disk_00] [SAT] error

titanve

Explorer
Joined
Sep 12, 2018
Messages
52
Of course normal life span of a hdd when you use it in a NAS like FreeNAS

Thanks!

Code:
SMART overall-health self-assessment test result: FAILED!
Drive failure expected in less than 24 hours. SAVE ALL DATA.


These lines should speak for themselves.

Code:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0033   004   004   036    Pre-fail  Always   FAILING_NOW 3963
196 Reallocated_Event_Count 0x0033   004   004   036    Pre-fail  Always   FAILING_NOW 3963


With close to 4000 reallocated sectors, this drive is well past its expiry date. Replace it now.

Code:
[root@freenas ~]# zpool status
  pool: HDDLABB
state: ONLINE
  scan: scrub repaired 0 in 0 days 01:01:12 with 0 errors on Sun Mar 10 01:01:15
2019
config:

        NAME                                          STATE     READ WRITE CKSUM
        HDDLABB                                       ONLINE       0     0     0
          gptid/31e18360-a6f1-11e8-91b6-0025b3adf25c  ONLINE       0     0     0

errors: No known data errors


Your pool configuration indicates that you have build a RAID at the controller level. Replacing the drive should be possible without further interaction from the controller or ZFS, but you may need to reboot.

Again; this is an incredibly unsupported and ill-advised configuration.
 

HoneyBadger

actually does care
Administrator
Moderator
iXsystems
Joined
Feb 6, 2014
Messages
5,112
All drives have the potential to fail; that's why we use systems like ZFS that provide redundancy.

Personally I've had good luck with WD and HGST drives, and the enterprise Seagates (Constellation ES) but that's only one opinion.
 

titanve

Explorer
Joined
Sep 12, 2018
Messages
52
Thank you!

All drives have the potential to fail; that's why we use systems like ZFS that provide redundancy.

Personally I've had good luck with WD and HGST drives, and the enterprise Seagates (Constellation ES) but that's only one opinion.
 
Top