Voici les résultats concernant le lien donné :
a)
elian@elian-HP-Notebook:~$ sudo smartctl --scan | grep -i usb
elian@elian-HP-Notebook:~$
elian@elian-HP-Notebook:~$ sudo smartctl -s on -a -d usbsunplus /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error unsupported scsi opcode
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
elian@elian-HP-Notebook:~$
b) (faite à moitié)
elian@elian-HP-Notebook:~$ sudo smartctl -s on -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error no medium present
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
elian@elian-HP-Notebook:~$
c)
elian@elian-HP-Notebook:~$ sudo smartctl -s on -d ata -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: Invalid argument
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
elian@elian-HP-Notebook:~$
elian@elian-HP-Notebook:~$ sudo smartctl -s on -d sat -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error no medium present
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
elian@elian-HP-Notebook:~$
elian@elian-HP-Notebook:~$ sudo smartctl -s on -d scsi -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: ASMT
Product: 2115
Revision: 0
Compliance: SPC-4
Logical Unit id: 0x5000000000000001
Serial number: 00000000000000000000
Device type: disk
Local Time is: Fri Jun 1 21:24:10 2018 CEST
NO MEDIUM present in device
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
elian@elian-HP-Notebook:~$
elian@elian-HP-Notebook:~$ sudo smartctl -s on -d auto -T verypermissive -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: scsi error no medium present
=== START OF INFORMATION SECTION ===
Device Model: [No Information Found]
Serial Number: [No Information Found]
Firmware Version: [No Information Found]
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: [No Information Found]
Local Time is: Fri Jun 1 21:24:50 2018 CEST
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 82-83 don't show if SMART supported.
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled.
Checking to be sure by trying SMART RETURN STATUS command.
SMART support is: Unknown - Try option -s with argument 'on' to enable it.
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enable failed: scsi error no medium present
Read SMART Data failed: scsi error no medium present
=== START OF READ SMART DATA SECTION ===
SMART Status command failed: scsi error no medium present
SMART overall-health self-assessment test result: UNKNOWN!
SMART Status, Attributes and Thresholds cannot be read.
Read SMART Error Log failed: scsi error no medium present
Read SMART Self-test Log failed: scsi error no medium present
Selective Self-tests/Logging not supported
elian@elian-HP-Notebook:~$
elian@elian-HP-Notebook:~$ sudo smartctl -s on -d test -T verypermissive -a /dev/sdb
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-22-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
/dev/sdb [SAT]: Device of type 'sat' [ATA] detected
/dev/sdb [SAT]: Device of type 'sat' [ATA] opened
elian@elian-HP-Notebook:~$