mint@mint:~$ sudo smartctl -s on -a /dev/sdb2
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Dell
Product: Portable
Revision: 0302
Compliance: SPC-4
User Capacity: 2,000,398,933,504 bytes [2.00 TB]
Logical block size: 512 bytes
Logical Unit id: 0x5000000000000001
Serial number: NZ055GAJ
Device type: disk
Local Time is: Sat Mar 2 09:36:48 2019 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
Informational Exceptions (SMART) disabled
Temperature warning disabled
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
mint@mint:~$ sudo smartctl -a /dev/sdb2
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Dell
Product: Portable
Revision: 0302
Compliance: SPC-4
User Capacity: 2,000,398,933,504 bytes [2.00 TB]
Logical block size: 512 bytes
Logical Unit id: 0x5000000000000001
Serial number: NZ055GAJ
Device type: disk
Local Time is: Sat Mar 2 09:59:46 2019 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
mint@mint:~$ sudo smartctl -a /dev/sdb2 -x
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Dell
Product: Portable
Revision: 0302
Compliance: SPC-4
User Capacity: 2,000,398,933,504 bytes [2.00 TB]
Logical block size: 512 bytes
Logical Unit id: 0x5000000000000001
Serial number: NZ055GAJ
Device type: disk
Local Time is: Sat Mar 2 10:09:05 2019 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
Read Cache is: Enabled
Writeback Cache is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
Device does not support Background scan results logging
mint@mint:~$ sudo smartctl -a -d ata -s on /dev/sdb2
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-20-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.
mint@mint:~$ sudo smartctl -a -d ata -s on -T permissive /dev/sdb2
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-20-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
Read Device Identity failed: Invalid argument
=== 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: Sat Mar 2 10:27:01 2019 UTC
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.
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
cyrille a écrit : sam. 2 mars 2019 11:35
moi je sais réparer que des disques ext pas MAC
Cela sous entend que le disque est détecté en tant que disque dur local d’un ordinateur MAC ? Car moi c’est bien sous forme de DD EXTERNE que mon ami me l’a passé !
Oui, si c'est bien la partition sdb2.
D'après ton «sudo fdisk -l», on voit que le disque a une capacité de 2To et que le format de la partition sdb2 est du HFS/HFS+ (format Apple Mac) :
[...]
Device Start End Sectors Size Type
/dev/sdb1 40 409639 409600 200M EFI System
/dev/sdb2 409640 3906766983 3906357344 1.8T Apple HFS/HFS+
──[ EDIT ]─────────────────
cyrille a écrit : sam. 2 mars 2019 11:35
moi je sais réparer que des disques ext pas MAC
buakaw86 a écrit : sam. 2 mars 2019 12:23Car moi c’est bien sous forme de DD EXTERNE que mon ami me l’a passé !
quand cyrille parle de «disques ext», ça n'a rien à voir avec disque dur interne/externe mais c'est le format des partitions Linux (ext2/ext4 journalisé).