Device Offline?pool: tbone state: ONLINE scan: scrub repaired 0 in 4h27m with 0 errors on Sun Jul

Status
Not open for further replies.

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
So in looking at the messages log. I see the following
Code:
Aug  5 09:36:52 freenas smartd[25766]: Device: /dev/ada1, 2 Currently unreadable (pending) sectors
Aug  5 09:36:52 freenas smartd[25766]: Device: /dev/ada1, 2 Offline uncorrectable sectors

But my zpool status shows
Code:
pool: tbone
 state: ONLINE
  scan: scrub repaired 0 in 4h27m with 0 errors on Sun Jul 21 05:27:11 2013
config:
NAME                                            STATE     READ WRITE CKSUM
tbone                                           ONLINE       0     0     0
 raidz1-0                                      ONLINE       0     0     0
   gptid/9ae42f9a-e473-11e2-ae83-003048d4ab7a  ONLINE       0     0     0
   gptid/9b8af27f-e473-11e2-ae83-003048d4ab7a  ONLINE       0     0     0
   gptid/9c177a3e-e473-11e2-ae83-003048d4ab7a  ONLINE       0     0     0
   gptid/3a35dfa9-eaa7-11e2-9d64-003048d4ab7a  ONLINE       0     0     0
errors: No known data errors

So are these errors just false reports? Would a scrub of the volume possibly fix this?
The disk 1 and 2 for whatever reason show up as multipaths for some reason or another
Code:
freenas# gmultipath status
           Name    Status  Components
multipath/disk2  DEGRADED  ada1 (ACTIVE)
multipath/disk1  DEGRADED  ada3 (ACTIVE)

I don't know why they show up as multipath and I can't access the tab in the gui for the multipath because it just loads a blank page.
I'm currently using Freenas 8.3.1-RELEASE-p2-x64
Thank you all in advance for your help with this.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Both Current Pending Sector counts above zero and Offline Uncorrectable Sectors are signs of a hard disk that is starting to go bad. Both of those are for the entire disk's surface while a zpool scrub only accounts for currently used disk space.

What you can do is run a long SMART test using smartctl to see if the disk passes. If it passes then you can safely ignore the errors. But you need to watch that value closely. If it starts going up you should seriously consider a disk replacement soon. Considering that you are using a RAIDZ1 and not a RAIDZ2 I'd replace the disks now unless you want to risk data corruption later. RAID5(and RAIDZ1) can't repair from more than 1 disk being missing or corrupted. In your case, you have 1 disk that has started showing signs of failing.

Post the output of the command smartctl -a -q noserial /dev/adaX, substituting X with all of your disk numbers. Please put it in CODE or attach it as a text file.

If you haven't read about RAID5 being dead years ago, you should read the link in my signature. You're kind of in a bad place since you went with only single disk redundancy.
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Thank you for the quick reply cyberjock.

Here is the output from the smartctl
Code:
freenas# smartctl -a -q noserial /dev/ada1
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
 
=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar Green (Adv. Format)
Device Model:     WDC WD20EARS-00MVWB0
Firmware Version: 51.0AB51
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Mon Aug  5 11:43:07 2013 MDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
 
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
 
General SMART Values:
Offline data collection status:  (0x84)Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)The previous self-test routine completed
without error or no self-test has ever 
been run.
Total time to complete Offline 
data collection:(38100) seconds.
Offline data collection
capabilities:(0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:            (0x0003)Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:        (0x01)Error logging supported.
General Purpose Logging supported.
Short self-test routine 
recommended polling time:(   2) minutes.
Extended self-test routine
recommended polling time:( 367) minutes.
Conveyance self-test routine
recommended polling time:(   5) minutes.
SCT capabilities:      (0x3035)SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
 
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   183   170   021    Pre-fail  Always       -       5825
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       46
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   073   073   000    Old_age   Always       -       19990
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       44
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       42
193 Load_Cycle_Count        0x0032   001   001   000    Old_age   Always       -       1738899
194 Temperature_Celsius     0x0022   114   101   000    Old_age   Always       -       36
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       2
198 Offline_Uncorrectable   0x0030   200   200   000    Old_age   Offline      -       2
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       1
200 Multi_Zone_Error_Rate   0x0008   200   200   000    Old_age   Offline      -       2
 
SMART Error Log Version: 1
No Errors Logged
 
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed: read failure       10%     19201         3869582280
# 2  Short offline       Completed: read failure       90%     19189         3869582312
# 3  Short offline       Completed: read failure       90%     19177         3869582281
# 4  Short offline       Completed: read failure       90%     19165         3869582282
# 5  Short offline       Completed: read failure       90%     19153         3869582280
# 6  Short offline       Completed: read failure       90%     19141         3869582280
# 7  Short offline       Completed: read failure       90%     19129         3869582280
# 8  Short offline       Completed: read failure       90%     19117         3869582281
# 9  Short offline       Completed: read failure       70%     19105         3869582280
#10  Short offline       Completed: read failure       90%     19093         3869582280
#11  Short offline       Completed: read failure       90%     19081         3869582280
#12  Short offline       Completed: read failure       90%     19069         3869582280
#13  Short offline       Completed: read failure       80%     19057         3869582312
#14  Short offline       Completed: read failure       90%     19045         3869582286
#15  Short offline       Completed: read failure       10%     19033         3869582282
#16  Short offline       Completed: read failure       90%     18938         3869582281
#17  Short offline       Completed: read failure       90%     18926         3869582280
 
SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

I decided to go with the raid5 since my last config was setup that way. In the future I"ll have to get an external drive to backup everything to when I prepare to rebuild the pool to raid6 but that will be a bit. At least for now my drives are still under warranty but I'll have to figure out exactly which disk this is since it is part of the multipath I'm not exactly sure of the SN for the failing drive. Thank you for the help with this and it looks like from the way my smart output reads it might be time to go to WD and order the replacement drive.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
ada1 seems to be quite old(10 hours short of 20k hours poweron time), failing short offline tests for quite some time, since at least 1000 poweron hours ago(if the server is on 24x7 then at least 40 days ago). I'd seriously consider replacing that disk now. If you had a RAIDZ2 I'd say you could wait for more problems, but with it failing short offline tests you should preemptively replace it. If a second disk fails before you replace this one you can kiss data goodbye...

You can see the serial number for ada1 by doing smartctl -a /dev/ada1 | grep serial.

If you post the output of your other disks I can tell you how those are doing...
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Here is ada0
Code:
freenas# smartctl -a -q noserial /dev/ada0
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
 
=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar Black
Device Model:     WDC WD2002FAEX-007BA0
Firmware Version: 05.01D05
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Mon Aug  5 11:55:27 2013 MDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
 
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
 
General SMART Values:
Offline data collection status:  (0x80)Offline data collection activity
was never started.
Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)The previous self-test routine completed
without error or no self-test has ever 
been run.
Total time to complete Offline 
data collection:(31200) seconds.
Offline data collection
capabilities:(0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:            (0x0003)Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:        (0x01)Error logging supported.
General Purpose Logging supported.
Short self-test routine 
recommended polling time:(   2) minutes.
Extended self-test routine
recommended polling time:( 317) minutes.
Conveyance self-test routine
recommended polling time:(   5) minutes.
SCT capabilities:      (0x3037)SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
 
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   253   253   021    Pre-fail  Always       -       8175
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       12
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   100   253   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   099   099   000    Old_age   Always       -       803
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       10
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       9
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       2
194 Temperature_Celsius     0x0022   111   109   000    Old_age   Always       -       41
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0
 
SMART Error Log Version: 1
No Errors Logged
 
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%        18         -
# 2  Short offline       Completed without error       00%         7         -
 
SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

ada2
Code:
freenas# smartctl -a -q noserial /dev/ada2
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model:     WDC WD20EZRX-00DC0B0
Firmware Version: 80.00A80
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ACS-2 (revision not indicated)
Local Time is:    Mon Aug  5 11:55:23 2013 MDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status:  (0x80)Offline data collection activity
was never started.
Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)The previous self-test routine completed
without error or no self-test has ever 
been run.
Total time to complete Offline 
data collection:(26160) seconds.
Offline data collection
capabilities:(0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:            (0x0003)Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:        (0x01)Error logging supported.
General Purpose Logging supported.
Short self-test routine 
recommended polling time:(   2) minutes.
Extended self-test routine
recommended polling time:( 265) minutes.
Conveyance self-test routine
recommended polling time:(   5) minutes.
SCT capabilities:      (0x70b5)SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   176   176   021    Pre-fail  Always       -       4166
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       6
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       589
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       6
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       5
193 Load_Cycle_Count        0x0032   199   199   000    Old_age   Always       -       5083
194 Temperature_Celsius     0x0022   110   108   000    Old_age   Always       -       37
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

ada3
Code:
smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.3-RELEASE-p7 amd64] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
=== START OF INFORMATION SECTION ===
Device Model:     WDC WD20EZRX-00DC0B0
Firmware Version: 80.00A80
User Capacity:    2,000,398,934,016 bytes [2.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ACS-2 (revision not indicated)
Local Time is:    Mon Aug  5 11:57:22 2013 MDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status:  (0x80)Offline data collection activity
was never started.
Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)The previous self-test routine completed
without error or no self-test has ever 
been run.
Total time to complete Offline 
data collection:(26940) seconds.
Offline data collection
capabilities:(0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities:            (0x0003)Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability:        (0x01)Error logging supported.
General Purpose Logging supported.
Short self-test routine 
recommended polling time:(   2) minutes.
Extended self-test routine
recommended polling time:( 272) minutes.
Conveyance self-test routine
recommended polling time:(   5) minutes.
SCT capabilities:      (0x70b5)SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   100   253   021    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       5
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   099   099   000    Old_age   Always       -       975
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       5
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       4
193 Load_Cycle_Count        0x0032   193   193   000    Old_age   Always       -       21579
194 Temperature_Celsius     0x0022   113   112   000    Old_age   Always       -       37
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   100   253   000    Old_age   Offline      -       0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%       185         -
# 2  Short offline       Completed without error       00%       173         -
# 3  Short offline       Completed without error       00%       161         -
# 4  Short offline       Completed without error       00%       149         -
# 5  Short offline       Completed without error       00%       137         -
# 6  Short offline       Completed without error       00%       125         -
# 7  Short offline       Completed without error       00%       113         -
# 8  Short offline       Completed without error       00%       101         -
# 9  Short offline       Completed without error       00%        89         -
#10  Short offline       Completed without error       00%        77         -
#11  Short offline       Completed without error       00%        65         -
#12  Short offline       Completed without error       00%        53         -
#13  Short offline       Completed without error       00%        41         -
#14  Short offline       Completed without error       00%        29         -
#15  Short offline       Completed without error       00%        17         -
SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

I've replaced just about all of the disks in the array. I think that purchasing the WD Green Caviar drives was a poor choice initally. I'm working on replacing them with the WD NAS Red drives but just haven't had the funds as of yet to replace them so I keep RMA the drives as they fail.
Thanks for the serial command. Got the new disk ordered. I've also put in spin down values so the drives should be going to sleep in a few days I hope once Crashplan finishes validating my full restore.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
I've replaced just about all of the disks in the array. I think that purchasing the WD Green Caviar drives was a poor choice initally.
I'm working on replacing them with the WD NAS Red drives but just haven't had the funds as of yet to replace them so I keep RMA the drives as they fail.
Thanks for the serial command. Got the new disk ordered. I've also put in spin down values so the drives should be going to sleep in a few days I hope once Crashplan finishes validating my full restore.

Are you kidding? I have 24 of those Green drives in my server and they have been amazing drives! You do need to use the wdidle because if you aren't using them in a desktop you'll wear them out prematurely.

The Reds seem to be identical to the Greens except they have the wdidle setting disabled and have a longer warranty.

I will warn you that an aggressive spindown on your hard drives does wear them out faster than leaving them on 24x7. It's a personal choice whether you want to pay for RMAs(and replacement drives after the warranty expires) or pay for the extra electricity. I stick to leaving the drives on 24x7.

ada0 looks good, but is 41C. 30-39C provides the longest lifespan. The other drives look fine.
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Cool thanks for the input on the green drives. I'll go look up the information for the wdidle to help with that. Thanks.
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Hey cyberjack,

Do you have any concerns about using this method to disable the wdidle? Also I'll be sticking the iso on a USB stick rather than a cd since my server doesn't have a cd drive :). Thanks

View: http://www.youtube.com/watch?v=J2eYyRI_F98
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Looks okay to me. You know you can't copy an ISO file to a USB stick and expect it to boot, right?
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Yep :) was planning on using unetbootin unless you have any other recommendations?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
Never tried unetbootin, but I have heard it will do ISO mounting. Another easy option(and what I use with about 20 ISOs on my 64GB memory stick) is RMPREPUSB. It uses GRUB4DOS and is easy to learn and manage.
 

Jason Hamilton

Contributor
Joined
Jul 4, 2013
Messages
141
Well I got the new replacement drive in. I had that drive mismatch error (I'll have to find the forum post that cyberjock replied on about it) But the drive is in the process of being replaced right now so at sometime tonight the new 2TB drive will be online and I can swap out.

I attempted to upgrade to 9.1 the other day through the GUI thinking that my USB thumb had the capacity to do it. It failed so I just ignored it. Well apparently it didn't totally fail.

During the drive replacement when I went to go pull the old drive out of the system, the system did a kernel panic. So I put the old drive back in and loaded the new drive into an empty bay. I then started the system back up. During the 1st boot it hung for a little bit and then rebooted. When it rebooted the 2nd time it came back up.

Went back up to my office to go log into the GUI and low and behold I'm now on 9.1. Wasn't really expecting this today so I'm off now to go read through the docs about how plugins and jails work in 9.1 so I can get my plugins back up and running. So far though I do like this new version of FreeNas and I'm glad that I can finally dismiss an alert that I can't do anything about lol.
 
Status
Not open for further replies.
Top