Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

WD My Passport/Easystore convert to SATA for Unraid use

August 25th, 2022, 14:50

First off, lesson learned, no more small pre-built external HDDs. Got it.

These are the 3 HDDs I want to use in my Unraid server:

1x 1TB wdbkuz0050bbk-ea, MB: 771801-002 Rev A (meh on this one actually, 1TB is nothing nowadays)
2x 5TB wdbbep0010bbk-01, MB: 800041-003 Rev P1

I've searched around for the past couple of days and I've found things that make it look easy and others that make it seem like it is its own rabbit hole.

I decided to test the procedure on the 771801 board 1st, since it's the least important drive, using this YT vid:
https://www.youtube.com/watch?v=L_LVrQ20Geg

I connected the drive to my W11 PC using a SATA-USB adaptor (without really thinking about how it's connecting back to USB again) and Disk Management wanted to format it. I hesitated at 1st but then decided I don't really care about the data on it (I'm ONLY interested in USE and didn't want to deal w/ the PITA decryption) and formatted the drive. Tested transferring files to it and it averaged out at about 100MB/s.

I then realized the USB adaptor influenced speeds and directly connected the drive to the same computer after powering it down. The speeds are now atrocious. They start AMAZING (1.5GB/s) but then trickle down to 30-50MB/s in a few seconds. I used the same folder from my Desktop and also reformatted, JIC.

Figured this would be a great point to see if someone could give me some advice on my specific situation.

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 25th, 2022, 18:57

I'm guessing those are SMR drives, which would account for the poor write performance.

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 26th, 2022, 10:59

The 5TB model numbers are both WD50NDZW-11MR8S1, while the 1TB is a WD10JMVW-11S5XS0. Googling those model numbers with "SMR", I found pages saying they are as you predicted.

Does this mean max performance is already achieved through USB? I REALLY loved the idea of using my soldering skills to reclaim the 'shuckability' of these drives :/

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 26th, 2022, 17:14

An SMR drive bogs down during sustained writes because its CMR cached areas fill up. You could run a HD Tune read benchmark against each drive. That should give you a graph showing the max and min transfer rates at the innermost and outermost cylinders. If the USB interface were limiting the drive's read performance, you would see a flat plateau at the outermost cylinders.

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 26th, 2022, 19:16

Is there any way that my soldered-on SATA port can achieve speeds greater than the 100MB/s I get through the USB port of the drive's motherboard?

I had the 5tb drives connected to my Unraid server as part of the array and they slowed it down because everything then had to run at USB speed. I replaced them with 3.5 SATA drives and the server is running much faster.

I'd love to re-add them to the server using SATA speeds, but if not I'll just make them off-site backups.

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 27th, 2022, 6:54

LogicalMadness wrote:Is there any way that my soldered-on SATA port can achieve speeds greater than the 100MB/s I get through the USB port of the drive's motherboard?
It's not a connectivity issue its a storage technology one. SMR drives can't sustain transfer speeds, nothing you can do can change that, you will need to buy none SMR drives if you want better performance.

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 27th, 2022, 12:33

Device-Managed Shingled Magnetic Recording (DMSMR):
https://blog.westerndigital.com/dmsmr-device-managed-shingled-magnetic-recording/
https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/collateral/white-paper/white-paper-shingled-magnetic-recording-hdd-technology.pdf

Data movement requires idle time — One of the most discussed about topics in DMSMR drives, is data movement. This is, by LBA Indirection nature, the other side of the same coin. To be able to move the data freely requires the drive to have idle time to perform these tasks in the background. Without the ability to preemptively maintain disk space, the drive, under specific conditions, may take longer to complete a command as its resources dwindle.

Basically this means that under conditions where there is no idle time (ie sustained writing), the drive runs out of resources (ie CMR cache) and starts to slow down (because it needs to flush the cache).

Re: WD My Passport/Easystore convert to SATA for Unraid use

August 27th, 2022, 16:52

Thanks for the replies.

I've come to terms that they're stuck on their USB ports. I'm going to use them as rotating off-site backs up.
Post a reply