Switch to full style
Tools for hard drive diagnostics, repair, and data recovery
Post a reply

Re: New DeepSpar USB Stabilizer

April 2nd, 2019, 17:15

Just a quick response to this for now. Even if the program (in this reference DFL) requests to read 2048 sectors, when going through the Windows API, it is only really requesting to read 1,048,576 bytes (2048 * 512). I can tell you that in Linux, there is a normal limit of 256 sectors, meaning if you request more than that, it will split the reads up, so a request of 2048 sectors would be split into 4 read commands (or more if the read request does not fall on a 512 byte boundary). Actual numbers for Windows could be seen by sniffing the USB communication. So the only way to increase the actual read size would be a form of read-ahead performed by the USB Stabilizer.

I am still not sure where I am at with attempting any sort of implementation, but the idea of possibly being able to improve slow responding cases in a drastic way has peaked my interest a bit more.

Re: New DeepSpar USB Stabilizer

April 2nd, 2019, 20:48

To add to how the USB Stabilizer could incorporate a read-ahead feature to assist with slow responding drives, it would first need to have a somewhat decent RAM buffer, 32MB would be the max it should need. Then you have an option to enable a progressive read-ahead. The first read would only read what was asked for, and any sequential reads following would induce a read-ahead multiplier up to an adjustable limit. If a read was not sequential, then the read-ahead multiplier is reset. The Linux OS itself actually does this, and I would think Windows does also. The USB Stabilizer could take it to the next level. It would work best with cloning, since reads would be sequential. It can also work with file level access, but allowing too high of a limit can cause the opposite effect of a slowdown.

Re: New DeepSpar USB Stabilizer

April 2nd, 2019, 22:28

With the one WD drive I do have that has a slow issue, and using the Sabrent USB adapter, with the max cluster size of 240 for the passthrough, a five minute test calculated that it would take a little over 31 days to clone. I did a five minute test on the same drive with direct USB and the max 65535 cluster size, which actually hit some sort of issue before the 5 minute mark (maybe bad sectors), and it still made it far enough to be 99.5 times faster, putting it at under 8 hours to clone. I cannot be sure if all drives would work like that, but that is one hell of a result.

Re: New DeepSpar USB Stabilizer

April 3rd, 2019, 0:01

maximus wrote:I did a five minute test on the same drive with direct USB and the max 65535 cluster size, which actually hit some sort of issue before the 5 minute mark (maybe bad sectors), and it still made it far enough to be 99.5 times faster, putting it at under 8 hours to clone. I cannot be sure if all drives would work like that, but that is one hell of a result.

Agree. Very nice!

Re: New DeepSpar USB Stabilizer

July 6th, 2019, 23:31

pcimage wrote:Not really, I’ve just ordered one. Will report on its performance in a while.

I’ve got some nasty PCI-E SSD’s to test it on. They all have been recovered but were a right royal PITA. If this increases the quality and speed of recovery then it’s worth it to me :-)

So have you had good results with the USB Stabilizer on these?

I have been (very) slowly working on my direct USB code for HDDSuperClone, and finally have some working alpha code. When I finally get to the beta level, I may be interested in having someone test it. And I may not mind a bit of head-to-head competition with the stabilizer :D

Re: New DeepSpar USB Stabilizer

July 15th, 2019, 7:47

Thank you for the information very useful.

Re: New DeepSpar USB Stabilizer

August 4th, 2019, 21:58

maximus wrote:
pcimage wrote:Not really, I’ve just ordered one. Will report on its performance in a while.

I’ve got some nasty PCI-E SSD’s to test it on. They all have been recovered but were a right royal PITA. If this increases the quality and speed of recovery then it’s worth it to me :-)

So have you had good results with the USB Stabilizer on these?

I have been (very) slowly working on my direct USB code for HDDSuperClone, and finally have some working alpha code. When I finally get to the beta level, I may be interested in having someone test it. And I may not mind a bit of head-to-head competition with the stabilizer :D

So is there any interest in testing my USB Direct mode of HDDSuperClone? It is now in beta, ready for testing in the real world.

Re: New DeepSpar USB Stabilizer

August 19th, 2019, 21:01

The Direct USB mode is now available in the pro version of hddsuperclone. Is anyone interested in testing it? Or did DeepSpar find a way to quiet down anyone who bought the stabilizer :shock:

Re: New DeepSpar USB Stabilizer

August 3rd, 2020, 14:12

LarrySabo wrote:I just completed a review of the DeepSpar USB Stabilizer from a DFL-user's point of view. You can read it here.


Hi Larry. I'm quite confused understanding the posting in your website. I don't see any USB port in the SRP, but in the post it said that you're connecting USB drive connected to Windows then to DFL SRP t. Does it works like in this picture?
Attachments
DFL SRP.jpg

Re: New DeepSpar USB Stabilizer

August 3rd, 2020, 18:31

"Without the USB Stabilizer, we normally effect SATA access by swapping the drive’s USB PCB with a compatible SATA PCB. That requires transferring the ROM then repairing any firmware problems, cloning or imaging the drive, and recovering the data from the clone."

Re: New DeepSpar USB Stabilizer

August 4th, 2020, 8:43

@bedaone, I just answered your question here, in your duplicate post.

@bledaone, the message you replied to is 4 years old! However, yes, SRP can work on USB drives connected to a PC that SRP is also connected to -- if the USB drive is detected and doesn't cause Windows to freeze. If it is unstable, it would be best to transfer the USB drive's ROM to a compatible SATA PCB and fix firmware issues and clone the drive. The clone will likely be encrypted but the SRP can usually decrypt it directly.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 10:22

Just my 2 cents...

Having been one of the first buyers of the USB Stabilizer, I have had the pleasant experience of watching it grow into a very professional product indeed. It was a good tool from the off and paid for itself very quickly.

The increasing number of PCIe SSDs and new WD USB drives with hardware encryption which are difficult to convert to SATA have turned it into a "must have" tool for any professional lab. I have also found the support from Serge and the guys excellent (do these guys EVER sleep??) and always willing to listen and incorporate features into the updates.

I just did a quick test of a WD "Palmer" drive (Model WD10SDZW" with bad sectors and imaging a block of sectors. With PC-3000 DE without Stabilizer took just over 2 hours and with Stabilizer it sped up to 39mins 50s, so resets are definitely working. In addition, with the stabiliser more sectors were retrievable.

Another useful thing I've found is with USB flash drives that have degrading (but not totally inaccessible) memory. The USB stabiliser will often actually clone pretty well saving the trouble of resorting to a "chip off" recovery. My test 16Gb Kingston would be recognised by Windows for a second or so and then freeze up, so regular cloning by software was not possible. But with the stabiliser I was able to clone it to ~99% in a little over 11 mins!

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 10:29

pcimage wrote:Just my 2 cents...

Another useful thing I've found is with USB flash drives that have degrading (but not totally inaccessible) memory. The USB stabiliser will often actually clone pretty well saving the trouble of resorting to a "chip off" recovery. My test 16Gb Kingston would be recognised by Windows for a second or so and then freeze up, so regular cloning by software was not possible. But with the stabiliser I was able to clone it to ~99% in a little over 11 mins!

Did you try that same flash drive in Linux to see it would read.
Just curious.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 14:17

I'm betting that the pro version of HDDSuperClone would handle these unstable USB flash drives just as well, assuming that the (mis)handling of resets is the key.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 14:44

I'm betting that the pro version of HDDSuperClone would handle these unstable USB flash drives just as well, assuming that the (mis)handling of resets is the key.


Ok, my 2 cents too then ..

Possibly and probably maybe even. But using USB Stabilizer you can use basically any Windows software you prefer to work with such unstable drives. I see people use it with UFS, R-Studio, PC3000, MRT and I personally use it with ReclaiMe Pro and my home-cooked Windows software. Granted I am not very much a Linux person, for me USB Stabilizer is more than ideal, it adds amazing value to the tools I already used.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 14:50

Arch Stanton wrote:
I'm betting that the pro version of HDDSuperClone would handle these unstable USB flash drives just as well, assuming that the (mis)handling of resets is the key.


Ok, my 2 cents too then ..

Possibly and probably maybe even. But using USB Stabilizer you can use basically any Windows software you prefer to work with such unstable drives. I see people use it with UFS, R-Studio, PC3000, MRT and I personally use it with ReclaiMe Pro and my home-cooked Windows software. Granted I am not very much a Linux person, for me USB Stabilizer is more than ideal, it adds amazing value to the tools I already used.

Surely your aim with these drives is not to use just any software, but to use a cloning tool, and only then apply your choice of data recovery software to the clone.

AISI, this "USB stabilizer" is just an expensive IP protection dongle for a tool which could easily be implemented in software, without the use of vendor specific commands. Or am I missing something?

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 15:03

OK. Well describing what I use it for, it's mostly SD Cards, unstable or not. So for me, the Windows man, it means I can just plug in an SD Card and be certain it's write protected and Windows will not hang itself up trying to mount it (I know there are other ways to accomplish the latter and I know I could do this in Linux too.) I can then clone it with whatever I feel like, mostly the tool I have open already, open image file and have a look around inside it. So, for me the flow is very comfortable. Note that I work with a couple of laptops running Windows only so no lab with dedicated machines for cloning for example.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 15:18

How does the USB Stabilizer appear in Device Manager? Does it show up as a USB mass storage device, or does it have its own special class?

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 15:21

It show up as a disk drive.

Re: New DeepSpar USB Stabilizer

October 9th, 2020, 15:24

USB mass storage device
Post a reply