All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Markers Table
PostPosted: October 14th, 2019, 14:39 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
I have been using VNR for a while, but have to admit I have not really concentrated on it enough to get full use out of it. As we have a support contract with Rusolut its easy to get the guys to log in, but I don't learn much that way. So I am about to post quite a few questions here in the hopes that I (and maybe a few others) can learn a little from real examples.

I have a job now that has the markers table as the attached picture. There are missing markers and duplicated markers. I can get some folder structure but it is pretty corrupt but at least I know I am on the right track. This case has the PAIR function included. On the VNR class most of the marker tables are pretty easy to do, ie start at 0000 through to XXXX with the odd duplication. But its when I get these mixed marker tables that I have issues. If anyone is wiling to help I am sure a lot of us could learn.

Thanks in advance.


Attachments:
Markers Table.JPG
Markers Table.JPG [ 77.93 KiB | Viewed 24450 times ]

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group
Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 14th, 2019, 20:06 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
Duplicated markers can be because of different banks,

(making up numbers, so YMMV)
for example, you may have one set of markers in an offset range of 0x0 - 0x100000000, then the duplicated ones from there upward... being bank 0, and bank 1


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 14th, 2019, 20:15 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
HaQue wrote:
Duplicated markers can be because of different banks,

(making up numbers, so YMMV)
for example, you may have one set of markers in an offset range of 0x0 - 0x100000000, then the duplicated ones from there upward... being bank 0, and bank 1

I could understand that if the whole table had duplicate markers. But these duplications are sporadic. I know how to remove the duplications, but not sure how to select which one to remove. Also most of the markers miss an alternate number altogether in the sequence, this happens pretty much though the who table. Just trying to understand why? ie.

00DA
00DC
00DE
00E0

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 14th, 2019, 22:12 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
This could be what other software calls "conflicts" you could possibly remove one, check if results are better, if not remove the other and compare. Is this marker the Block Number? There could be another marker for version... a marker that denotes that this is the current version of the block. There is also controllers that may not actually have any way to differentiate between blocks with same markers using the dump alone... maybe a table is stored somewhere in the dump or controller itself (dump being more likely) I don't have a great understanding of this either!


some controller firmware developers seemed to have been on the juice at times.


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 15th, 2019, 2:11 
Offline

Joined: October 24th, 2009, 15:22
Posts: 872
Location: Poland
What controller?
For some controllers you can filter good data blocks by other marker, here probably it will be first byte from test1 marker (1E). I see also, that LBN markers is multiplied by 2. After it if you have empty blocks in list, you need add it to avoid shifts in image. If you have same LBN markers it is called conflicts, need resolved it manually. If ECC is not good in service area, some markers can have other value (looks like lost blocks or conflicts).

_________________
Flash Killer - everyday new resources (pinout, XOR, ECC,config) for flash devices


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 15th, 2019, 11:06 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
Thanks for the help. I think this is too complex a case for me to learn much from. VNR support logged in this morning to help and its still a work in progress. Gosha was changing block sizes and various other methods to improve the recovery, but its still a work in progress. I will ask you guys a similar question when I get my next one if you don't mind. Again thanks for the input.

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 15th, 2019, 12:02 
Offline

Joined: October 24th, 2009, 15:22
Posts: 872
Location: Poland
What controller? :)

_________________
Flash Killer - everyday new resources (pinout, XOR, ECC,config) for flash devices


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 15th, 2019, 12:55 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
arvika wrote:
What controller? :)

Sandisk 20-82-00388

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 15th, 2019, 14:58 
Offline

Joined: October 24th, 2009, 15:22
Posts: 872
Location: Poland
Ah, not so easy for learning ;)

_________________
Flash Killer - everyday new resources (pinout, XOR, ECC,config) for flash devices


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 16th, 2019, 4:57 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
I see other software assembles this by sector number. Sorry I don't know much else about it


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 16th, 2019, 14:30 
Offline

Joined: November 29th, 2006, 10:08
Posts: 7843
Location: UK
arvika wrote:
Ah, not so easy for learning ;)


Agree!

Sandisk can be pretty tricky, with some horrible and complex “mixes” :-(

Not for beginners :-)

_________________
PC Image Data Recovery
http://www.pcimage.co.uk

New!! HDD-PCB.COM for all your PCB and donor HDD requirements!


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 16th, 2019, 14:34 
Offline
User avatar

Joined: June 11th, 2013, 17:01
Posts: 1710
Location: Phoenix, AZ USA
pcimage wrote:
Not for beginners :-)

Thanks :?

_________________
HDD, SSD, Flash and RAID Data Recovery
Founder of The Data Recovery Professionals Group


Top
 Profile  
 
 Post subject: Re: Markers Table
PostPosted: October 16th, 2019, 15:01 
Offline

Joined: November 29th, 2006, 10:08
Posts: 7843
Location: UK
ddrecovery wrote:
pcimage wrote:
Not for beginners :-)

Thanks :?


Sorry Tim, didn’t mean to malign you! Maybe “beginners” was probably the wrong word there! :-)

Tbh, even Sergey (Soft Center) and the guys at rusolut have problems with these. Acelab TS have never been able to solve a tricky Sandisk for me!

_________________
PC Image Data Recovery
http://www.pcimage.co.uk

New!! HDD-PCB.COM for all your PCB and donor HDD requirements!


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

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 5 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