May 20th, 2025, 7:07
Disk /dev/sde: 29.1 GiB, 31272206336 bytes, 61078528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes/dev/sde:
Unknown device type:
bits 15&14 of general configuration word 0 both set to 1.
May 21st, 2025, 1:04
May 21st, 2025, 2:05
May 21st, 2025, 3:03
May 21st, 2025, 12:51
"hdparm -I" sends an ATA Identify Device command to a PATA/SATA drive and expects a 512-byte response (aka "passport"). The first word of this response is the "general configuration word". If bit 15 = 0, then the device is an ATA device. If bit 15 = 1, then the device is ATAPI. Bit 14 is reserved (?), so I expect that it should be 0.
In short, this is the wrong command to be sending to an SD card, if I understand correctly.
Firmware / translator issue?
May 21st, 2025, 13:45
Powered by phpBB © phpBB Group.