MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: microSD card from Intenso outputs only FF when cloned
PostPosted: May 20th, 2025, 7:07 
Offline

Joined: July 7th, 2014, 6:44
Posts: 225
Location: Switzerland
Hi there,

Have here a weird 32GB microSD HC card that works almost like a healthy one, quickly answering to commands, and also cloning at a normal speed. However, when cloning its only ouputs FF values.

The client explained me that the pictures suddenly were non more readable in her camera and confirmed me that the card had not been reformated.

fdisk -l :
Code:
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

hdparm -I /dev/sde
Code:
/dev/sde:

Unknown device type:
   bits 15&14 of general configuration word 0 both set to 1.

As we can see, the card properly answers to fdisk -l but not not to hdparm -I.
Can someone tell more about the "general configuration word" mentioned for the unknown device type?


Top
 Profile  
 
 Post subject: Re: microSD card from Intenso outputs only FF when cloned
PostPosted: May 21st, 2025, 1:04 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16960
Location: Australia
"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.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: microSD card from Intenso outputs only FF when cloned
PostPosted: May 21st, 2025, 2:05 
Offline

Joined: February 22nd, 2023, 13:49
Posts: 327
Location: Eastern Europe
bits 15&14 of general configuration word 0 both set to 1 = only ouputs FF values. :)


Top
 Profile  
 
 Post subject: Re: microSD card from Intenso outputs only FF when cloned
PostPosted: May 21st, 2025, 3:03 
Offline
User avatar

Joined: May 13th, 2019, 7:50
Posts: 1150
Location: Nederland
Firmware / translator issue?

_________________
Joep - http://www.disktuna.com - video & photo repair & recovery service


Top
 Profile  
 
 Post subject: Re: microSD card from Intenso outputs only FF when cloned
PostPosted: May 21st, 2025, 12:51 
Offline

Joined: July 7th, 2014, 6:44
Posts: 225
Location: Switzerland
Quote:
"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.

This is correct. I am using hdparm so often to identify hard drives, that I missed checking the documentation.
It remains for SATA/IDE: https://linux.die.net/man/8/hdparm
Interesting to notice that CompactFlash cards support IDE/ATA command protocol.

As for SD cards, they do use SPI (Serial Peripheral Interface).

Quote:
Firmware / translator issue?

I also assume so.
The card as viewed by HxD editor is also full of FF.


Top
 Profile  
 
 Post subject: Re: microSD card from Intenso outputs only FF when cloned
PostPosted: May 21st, 2025, 13:45 
Offline
User avatar

Joined: September 16th, 2015, 9:06
Posts: 349
Location: Poland
Try via NAND protocol. Maybe translator is damaged or erased.

_________________
odzyskiwanie danych


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 47 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group