Bonsoir à tous
Juste un petit message dans syslog qui me gène un peu :
[sdb] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_SENSE
Ce message est lié à mon disque externe usb qui fonctionne très bien lecture écriture format ntfs 750 GO
bonne soirée à tous
olivier
Erreur disque externe dans syslog
-
- Membre
- Messages : 51
- Inscription : 15 févr. 2017, 18:15
- Localisation : Chalons en Champagne
- Status : Hors-ligne
ag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_SENSE
P5KC kernel: [17450.245093] sd 8:0:0:0: [sdb] tag#0 Sense Key : Hardware Error [current] [descriptor]
P5KC kernel: [17450.245096] sd 8:0:0:0: [sdb] tag#0 Add. Sense: No additional sense information
kernel: [17450.245101] sd 8:0:0:0: [sdb] tag#0 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00
-P5KC kernel: [17450.391898] sd 8:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_SENSE
P5KC kernel: [17450.391904] sd 8:0:0:0: [sdb] tag#0 Sense Key : Hardware Error [current] [descriptor]
P5KC kernel: [17450.391908] sd 8:0:0:0: [sdb] tag#0 Add. Sense: No additional sense information
-P5KC kernel: [17450.391912] sd 8:0:0:0: [sdb] tag#0 CDB: ATA command pass through(12)/Blank a1 06
P5KC kernel: [17450.245093] sd 8:0:0:0: [sdb] tag#0 Sense Key : Hardware Error [current] [descriptor]
P5KC kernel: [17450.245096] sd 8:0:0:0: [sdb] tag#0 Add. Sense: No additional sense information
kernel: [17450.245101] sd 8:0:0:0: [sdb] tag#0 CDB: ATA command pass through(16) 85 06 20 00 00 00 00 00 00 00 00 00 00 00 e5 00
-P5KC kernel: [17450.391898] sd 8:0:0:0: [sdb] tag#0 FAILED Result: hostbyte=DID_ERROR driverbyte=DRIVER_SENSE
P5KC kernel: [17450.391904] sd 8:0:0:0: [sdb] tag#0 Sense Key : Hardware Error [current] [descriptor]
P5KC kernel: [17450.391908] sd 8:0:0:0: [sdb] tag#0 Add. Sense: No additional sense information
-P5KC kernel: [17450.391912] sd 8:0:0:0: [sdb] tag#0 CDB: ATA command pass through(12)/Blank a1 06
- piratebab
- Site Admin
- Messages : 5854
- Inscription : 24 avr. 2016, 18:41
- Localisation : sud ouest
- Status : Hors-ligne
Ton disque est il compatible SMART (si il ne l'est pas, c'est qu'il est vraiment très ancien).
Utilise les commandes, ou GUI, liés à cette norme pour faire un diagbostique du matériel
Gsmartcontrol est par exemple très complet et simple d'utilsation.
Utilise les commandes, ou GUI, liés à cette norme pour faire un diagbostique du matériel
Gsmartcontrol est par exemple très complet et simple d'utilsation.
-
- Membre
- Messages : 51
- Inscription : 15 févr. 2017, 18:15
- Localisation : Chalons en Champagne
- Status : Hors-ligne
root@debian:/home/olivier# smartctl -i /dev/sdb1
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-1-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: WD
Product: 7500AAK External
Revision: 1.06
User Capacity: 750 156 374 016 bytes [750 GB]
Logical block size: 512 bytes
scsiModePageOffset: raw_curr too small, offset=132 resp_len=15 bd_len=128
scsiModePageOffset: raw_curr too small, offset=242 resp_len=37 bd_len=238
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
root@debian:/home/olivier# smartctl -H /dev/sdb1
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-1-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Pas très parlant pour moi
Bonne soirée
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-1-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: WD
Product: 7500AAK External
Revision: 1.06
User Capacity: 750 156 374 016 bytes [750 GB]
Logical block size: 512 bytes
scsiModePageOffset: raw_curr too small, offset=132 resp_len=15 bd_len=128
scsiModePageOffset: raw_curr too small, offset=242 resp_len=37 bd_len=238
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
root@debian:/home/olivier# smartctl -H /dev/sdb1
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.9.0-1-amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Pas très parlant pour moi
Bonne soirée
-
- Contributeur
- Messages : 930
- Inscription : 05 août 2016, 20:25
- Status : Hors-ligne
Il faut utiliser l'option "-a" au lieu de "-i" pour que smartcl récupère et affiche toutes les données SMART (valeur des attributs, logs d'erreur...).
Et de préférence lui indiquer un disque (/dev/sdb) et non une partition (/dev/sdb1), bien qu'il soit assez malin pour corriger de lui-même.
Et de préférence lui indiquer un disque (/dev/sdb) et non une partition (/dev/sdb1), bien qu'il soit assez malin pour corriger de lui-même.