How to reformat HDD & SSD to 512B Sector Size

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

DouglasteR

Active Member
Dec 19, 2015
137
37
28
I guess that seller already tried to format them hence a good price...
Your LSI controller GUI doesn't look like an HBA, but 'unconfigured good' status means the drive is not security locked or formatted with PI. Try to format it with HUGO
Unfortunately it also didn't work. It simply fails to format :(

hugo1.PNG

Is there any hope :( ?
 
  • Like
Reactions: Samir

DouglasteR

Active Member
Dec 19, 2015
137
37
28
There is a little hope of replacing the firmware, I believe you need B925 revision for this model, ask @napalm_atx if he has one to share.

View attachment 36249
Great !

@napalm_atx , please, if you have it, can you share this firmware ? It´s for a IBM 4k sector locked SAS SSD !

We believe it is firmware locked and dont really have much of use in it´s actual state.

Thanks guys !
 
  • Like
Reactions: Samir and sick1655

stin187

Member
Mar 29, 2024
34
20
8
Just wanted to pop in and say thanks to everyone for this very helpful thread. Got a few HP branded Kioxia RM5 drives reformatted and added to a new Proxmox node. Lot of great learning to be done around here for sure.
 
  • Like
Reactions: Samir and Fritz

sick1655

New Member
Mar 16, 2021
21
6
3
Hello guys, i have IBM 7.6 TB SSD but they are 528 and I've been trying to convert them to 512 byte on and off for 3 years but I've never been successful. I saw something while shopping on ebay. it was saying " ** Made for IBM system - locked in 528-byte sectors formatting ** "
Is it possible to convert these damn things to 512 bytes? Or does it have to remain at 528 bytes throughout its life?
link : IBM 02WF182 7.6TB 2.5" SAS SSD XS7680SE70094 No Caddy | eBay



1721219063233.pngdeneme.png
 

Attachments

DouglasteR

Active Member
Dec 19, 2015
137
37
28
Hello guys, i have IBM 7.6 TB SSD but they are 528 and I've been trying to convert them to 512 byte on and off for 3 years but I've never been successful. I saw something while shopping on ebay. it was saying " ** Made for IBM system - locked in 528-byte sectors formatting ** "
Is it possible to convert these damn things to 512 bytes? Or does it have to remain at 528 bytes throughout its life?
link : IBM 02WF182 7.6TB 2.5" SAS SSD XS7680SE70094 No Caddy | eBay



View attachment 37936View attachment 37932
I got two of these and unfortunately they were hardware locked, i tried EVERYTHING and nothing helped :(
 

Jason Antes

Active Member
Feb 28, 2020
230
78
28
Twin Cities
Hello guys, i have IBM 7.6 TB SSD but they are 528 and I've been trying to convert them to 512 byte on and off for 3 years but I've never been successful. I saw something while shopping on ebay. it was saying " ** Made for IBM system - locked in 528-byte sectors formatting ** "
Is it possible to convert these damn things to 512 bytes? Or does it have to remain at 528 bytes throughout its life?
link : IBM 02WF182 7.6TB 2.5" SAS SSD XS7680SE70094 No Caddy | eBay
If it is locked in firmware then the other option I can think of is if you can figure out who made the drive and what the model is and try and overwrite the firmware with one from the manufacture (assuming it's made by Samsung, WD, or someone other than IBM themselves). Risky business. I've done it with motherboards (Intel board but had a specific firmware from IBM or some such that locked out features) but not with drives.
 

Techxllc

New Member
Jul 26, 2024
2
4
3
For those dealing with locked drive issues, I recently purchased some drives off of eBay where they did this (bunch of NetApp HGST drives from eBay) and discovered that the command line utility DID work, however you have to put the PSID EXACTLY as it is on the drive. All instructions say to put only uppercase. However you need the PSID needs to be EXACT CASE. Also be careful of "1" and lower case "L". Got me a few times.


sedutil-cli -v --yesIreallywanttoERASEALLmydatausingthePSID <<EXACTPSID>> /dev/<<device>>

After that, running the command to format worked perfectly fine for me.

sg_format --format --size=512 --fmtpinfo=0 --pfu=0 -v /dev/<<device>> &
 
Last edited: