Discussion:
[smartmontools-support] smartmon Tools line interpretation help
Jorge Bozzarello
2017-03-23 12:09:32 UTC
Permalink
Hello, I'm sorry to bother you, I'm using your tool and I get this result in the line "sector size", I do not know how to interpret it. If physical and logical are the same or there was no reading of physical sector, thank you.

C:\Program Files\smartmontools\bin>smartctl.exe -a /dev/sda
smartctl 6.5 2016-05-07 r4318 [x86_64-w64-mingw32-2008r2] (sf-6.5-1)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model: MB1000EAMZE
Serial Number: 9WK2XK8J
LU WWN Device Id: 5 000c50 02d798ec0
Firmware Version: HPG1
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ATA8-ACS T13/1699-D revision 6
SATA Version is: SATA 2.6, 3.0 Gb/s
Local Time is: Wed Mar 22 12:53:58 2017 AST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled


Jorge G Bozzarello
Área Infraestructura y Administración de Base de Datos
Subsecretaría de Tecnología Informática
Suprema Corte de Justicia
Provincia de Buenos Aires
***@scba.gov.ar
Christian Franke
2017-03-27 19:56:11 UTC
Permalink
Post by Jorge Bozzarello
Hello, I'm sorry to bother you, I'm using your tool and I get this
result in the line "sector size", I do not know how to interpret it.
If physical and logical are the same or there was no reading of
physical sector, thank you.
C:\Program Files\smartmontools\bin>smartctl.exe -a /dev/sda
smartctl 6.5 2016-05-07 r4318 [x86_64-w64-mingw32-2008r2] (sf-6.5-1)
...
Sector Size: 512 bytes logical/physical
...
The above sector size is reported if the corresponding field in IDENTIFY
data (word 106) is unset (0x0000) or valid (0x4000).

To check what the drive actually returns in IDENTIFY data, try:

# smartctl --identify=wn /dev/sda
...
106 0x4000 Physical sector size / logical sector size
...

Regards,
Christian

Loading...