@@ -7,21 +7,21 @@ optional steps 0.b & 0.c will do this:
7
7
0.b chmod 0744 /sys/module/libata/parameters/allow_tpm
8
8
0.b echo "1" > /sys/module/libata/parameters/allow_tpm
9
9
10
- 1. msed --scan <- SCAN to find Opal Drive (you should see Yes next the the drive
10
+ 1. setutil-cli --scan <- SCAN to find Opal Drive (you should see Yes next the the drive
11
11
your working with.
12
- 2. msed --query /dev/sd? <--this will show the Opal status look at the locking
12
+ 2. setutil-cli --query /dev/sd? <--this will show the Opal status look at the locking
13
13
feature and see if it is Locked = Y
14
14
or LockingEnabled = Y that's a good
15
15
sign that this should work
16
- 3.msed --yesIreallywanttoERASEALLmydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd?
16
+ 3.setutil-cli --yesIreallywanttoERASEALLmydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd?
17
17
18
18
4. You should see INFO: revertTper completed successfully.
19
19
If you get a message that says NOT_AUTHORIZED you entered the PSID wrong.
20
20
21
21
If it doesn't work please execute the command in step 3 with a -vvvvv (5 v's) as the first option
22
22
redirecting the output to a file and send it back to me.
23
23
example:
24
- msed -vvvvv --yesIreallywanttoERASEALLmydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd? > revertlog.txt
24
+ setutil-cli -vvvvv --yesIreallywanttoERASEALLmydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd? > revertlog.txt
25
25
26
26
Hope this helps.
27
27
********************************************************************
@@ -31,7 +31,7 @@ The following is a sanitized log of the commands and expected responses.
31
31
r0m30@r0m30-PC:~$ sudo -s
32
32
root@r0m30-PC:~# chmod 0744 /sys/module/libata/parameters/allow_tpm
33
33
root@r0m30-PC:~# echo "1" > /sys/module/libata/parameters/allow_tpm
34
- root@r0m30-PC:~# ./msed --scan
34
+ root@r0m30-PC:~# ./setutil-cli --scan
35
35
36
36
Scanning for Opal 2.0 compliant disks
37
37
/dev/sd0 No ATA KINGSTON SV100S21205
@@ -44,7 +44,7 @@ Scanning for Opal 2.0 compliant disks
44
44
/dev/sd7 No Generic-MS/MS-Pro 1.00
45
45
/dev/sd8 Yes ATA Crucial_CT120M50MU05
46
46
No more disks present ending scan
47
- root@r0m30-PC:~# ./msed --query /dev/sd8
47
+ root@r0m30-PC:~# ./setutil-cli --query /dev/sd8
48
48
/dev/sd8 ATA ATA Crucial_CT120M50MU05
49
49
50
50
TPer function (0x0001)
@@ -60,7 +60,7 @@ DataStore function (0x0202)
60
60
OPAL 2.0 function (0x0203)
61
61
Base comID = 0x1000, Initial PIN = 0x0, Reverted PIN = 0x0, comIDs = 1
62
62
Locking Admins = 4, Locking Users = 9, Range Crossing = N
63
- root@r0m30-PC:~# ./msed --yesIreallywanttoERASE*ALL*mydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd8
63
+ root@r0m30-PC:~# ./setutil-cli --yesIreallywanttoERASE*ALL*mydatausingthePSID <PSIDALLCAPSNODASHES> /dev/sd8
64
64
- 01:14:10.996 INFO: Performing a PSID Revert on /dev/sd8 with password <PSIDALLCAPSNODASHES>
65
65
- 01:14:11.165 INFO: revertTper completed successfully
66
66
root@r0m30-PC:~#
0 commit comments