Guest User

Untitled

a guest
Oct 27th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. roten@my-precise:~$ sudo hdparm -I /dev/sdb
  2. ...
  3. Security:
  4. Master password revision code = 65534
  5. supported
  6. not enabled
  7. not locked
  8. not frozen
  9. not expired: security count
  10. not supported: enhanced erase
  11. 88min for SECURITY ERASE UNIT.
  12. Logical Unit WWN Device Identifier: 50000391f340058c
  13. NAA : 5
  14. IEEE OUI : 000039
  15. Unique ID : 1f340058c
  16. Checksum: correct
  17. roten@my-precise:~$ sudo hdparm --user-master u --security-set-pass Eins /dev/sdb security_password="Eins"
  18.  
  19. /dev/sdb:
  20. Issuing SECURITY_SET_PASS command, password="Eins", user=user, mode=high
  21. roten@my-precise:~$ sudo hdparm -I /dev/sdb
  22. ...
  23. Security:
  24. Master password revision code = 65534
  25. supported
  26. enabled
  27. not locked
  28. not frozen
  29. not expired: security count
  30. not supported: enhanced erase
  31. Security level high
  32. 88min for SECURITY ERASE UNIT.
  33. Logical Unit WWN Device Identifier: 50000391f340058c
  34. NAA : 5
  35. IEEE OUI : 000039
  36. Unique ID : 1f340058c
  37. Checksum: correct
  38. roten@my-precise:~$ sudo time hdparm --user-master u --security-erase Eins /dev/sdb security_password="Eins"
  39.  
  40. /dev/sdb:
  41. Issuing SECURITY_ERASE command, password="Eins", user=user
  42. 0.00user 0.00system 1:11:03elapsed 0%CPU (0avgtext+0avgdata 2432maxresident)k
  43. 0inputs+0outputs (0major+200minor)pagefaults 0swaps
  44. ...
  45. Security:
  46. Master password revision code = 65534
  47. supported
  48. not enabled
  49. not locked
  50. not frozen
  51. not expired: security count
  52. not supported: enhanced erase
  53. 88min for SECURITY ERASE UNIT.
  54. Logical Unit WWN Device Identifier: 50000391f340058c
  55. NAA : 5
  56. IEEE OUI : 000039
  57. Unique ID : 1f340058c
  58. Checksum: correct
  59. roten@my-precise:~$ sudo time xxd -a /dev/sdb
  60. [sudo] password for roten:
  61. 0000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................
  62. 1000000000000 0000 0000 0000 0000 0000 0000 0000 ................
  63. 2000000000000 0000 0000 0000 0000 0000 0000 0000 ................
  64. 3000000000000 0000 0000 0000 0000 0000 0000 0000 ................
  65. 54272.57user 343.93system 15:10:36elapsed 99%CPU (0avgtext+0avgdata 2096maxresident)k
  66. 488398400inputs+0outputs (0major+179minor)pagefaults 0swaps
  67. roten@my-precise:~$
Add Comment
Please, Sign In to add comment