SohailS
Members
-
Joined
-
Last visited
Solutions
-
SohailS's post in [SOLVED] Help with a SAS Drive was marked as the answerfinally figured this one out in case it helps anyone.
the issue I was have was that the disk would not format due to the protection so I needed to disable it. there is a PSID printed on the disk. i used this to reset the disk, by usng the below command where <PSIDNODASHS> is the PSID on the disk and device> is the device
sedutil-cli --PSIDrevertAdminSP <PSIDNODASHS> /dev/<device>
I was then able to run the format command and Type 2 Protection was now removed.
Hopefully this will help someone
Thanks everyone for helping