> lsblk -o NAME,HCTL,MODEL,SERIAL
NAME HCTL MODEL SERIAL
sdX 4:0:0:0 TEAM T253512GB TPBF2409XXXXXXXXXXXX
sdY 16:0:0:0 TEAM T253512GB TPBF2410XXXXXXXXXXXX
> hdparm -I /dev/sdX
Security:
Master password revision code=65534 supported
not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
コマンド実行後、再度確認すると not enabled から enabled へ変更さたことが確認できる。
1
2
3
4
5
6
7
8
9
10
11
12
> hdparm -I /dev/sdX
Security:
Master password revision code = 65534
supported
+ enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
Security level high
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
> hdparm -I /dev/sdX
Security:
Master password revision code = 65534
supported
- not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.