Problemas de disco (erro de JavaScript no processo principal)

0

Parece que estou tendo erros ocasionais de E / S de SSD (Patriot Blaze) embora todos os testes mostrem que o disco é saudável, limpo e operacional, com apenas 7 meses de idade.

UPDATE : Uma terceira instância de congelamento de disco foi totalmente congelada com a luz CAPSLOCK piscando. Hard desligar e reiniciar resolve o problema.

Inicializando 16.04 LTS às vezes falha, exibindo o erro "não há dispositivo inicializável" , e reinicia ou desliga / liga resolve o problema, e inicializo o Ubuntu bem.

Em outras ocasiões, ao usar o Ubuntu, o sistema pára de funcionar, enquanto eu posso mover o mouse, mas não consigo abrir nada. Eu também recebo o seguinte erro :

JavaScript error in the main process    

Error: EIO: i/o error, read
    at Error (native)
    at Object.fs.readSync (fs.js:651:19)
    at process.binding.internalModuleReadFile
    (ELECTRON_ASAR.js: 538:10)
    at readPackage (module.js:88:14)
    at tryPackage (module.js:105:13)
    at Function.Module._findPath (module.js:167:20)
    at Function.Module._resolveFilename (module.js:337:25)
    at Function.Module._load (module.js:290:25)
    at Module.require (module.js:357:17)
    at require (internal/module.js:16:19)

Por exemplo, a última vez que isso aconteceu eu reiniciei e recebi o erro nfrarm que dizia que eu deveria executar fsck do meu SSD, então eu fiz e consertei alguns erros, e agora funciona bem . Mas, novamente, isso vai acontecer novamente.

Agora, a análise de autoteste (> Discos) não revela problemas (DISK OK). É um SSD de 128 GB em operação por 7 meses, e o Lenovo z51-70 tem 8 meses de idade também.

O teste Smartmontools não revela problemas, smartctl -t short -a / dev / sda:

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                    was never started.
                    Auto Offline Data Collection: Disabled.
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:        (   30) 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:    (   1) minutes.
Extended self-test routine
recommended polling time:    (   2) minutes.
Conveyance self-test routine
recommended polling time:    (   2) minutes.

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     0x000a   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       2548
 12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       1017
168 Unknown_Attribute       0x0012   100   100   000    Old_age   Always       -       0
170 Unknown_Attribute       0x0013   100   100   010    Pre-fail  Always       -       20
173 Unknown_Attribute       0x0000   100   100   000    Old_age   Offline      -       53018675
192 Power-Off_Retract_Count 0x0012   100   100   000    Old_age   Always       -       40
194 Temperature_Celsius     0x0023   070   070   000    Pre-fail  Always       -       30
196 Reallocated_Event_Count 0x0000   100   100   000    Old_age   Offline      -       0
218 Unknown_Attribute       0x0000   100   100   000    Old_age   Offline      -       1
241 Total_LBAs_Written      0x0012   100   100   000    Old_age   Always       -       2791558

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%      2548         -
# 2  Short offline       Completed without error       00%      2537         -
# 3  Extended offline    Completed without error       00%      1098         -
# 4  Short offline       Completed without error       00%      1098         -
# 5  Short offline       Completed without error       00%       251         -

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 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.

Por que isso de repente? O SSD pode falhar sem o relatório de testes?

Felicidades.

    
por Mookey 18.06.2016 / 09:59

0 respostas