Write error...disk full?

gemelli

New member
Hi
Vu+uno 4kse, Obh 5.6.008
At present I use a 2TB hdd lacie rugged mini, and sometimes I get the subject message, although recording often keeps going (disk is far from being full).
(Same message with Open ATV with different major brands hdds: in this case recordings are failing.)
I uninstalled most unused plugins, but the issue remains.
Comments/suggestions appreciated.
 
try installing smartmontools from feeds

or

opkg install smartmontools

then from command line:
smartctl -a /dev/sda

you should see something like this
[...]

Code:
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   191   179   021    Pre-fail  Always       -       7416
  4 Start_Stop_Count        0x0032   099   099   000    Old_age   Always       -       1112
  [B]5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0[/B]
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   001   001   000    Old_age   Always       -       97473
 10 Spin_Retry_Count        0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       149
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       105
193 Load_Cycle_Count        0x0032   199   199   000    Old_age   Always       -       5496
194 Temperature_Celsius     0x0022   112   099   000    Old_age   Always       -       40
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
[code]

[...]

if Reallocated_Sector_Ct   count is more then 0 maybe the drive is going to die
 
Back
Top