Advertisement
Guest User

Untitled

a guest
May 28th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. sudo hdparm --user-master u --security-set-pass NULL /dev/sda
  2.  
  3. security_password: ""
  4.  
  5. /dev/sda:
  6. Issuing SECURITY_SET_PASS command, password="", user=user, mode=high
  7.  
  8. Security:
  9. Master password revision code = 65534
  10. supported
  11. enabled
  12. not locked
  13. not frozen
  14. not expired: security count
  15. supported: enhanced erase
  16. Security level high
  17. 2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
  18.  
  19. sudo hdparm --user-master u --security-set-pass 0000 /dev/sda
  20.  
  21. security_password: "0000"
  22.  
  23. /dev/sda:
  24. Issuing SECURITY_SET_PASS command, password="", user=user, mode=high
  25.  
  26. hdparm --user-master u --security-erase 0000 /dev/sda
  27.  
  28. security_password: "0000"
  29. /dev/sda: Permission denied
  30.  
  31. hdparm --user-master u --security-erase NULL /dev/sda
  32.  
  33. security_password: ""
  34. /dev/sda: Permission denied
  35.  
  36. sudo hdparm --security-disable 0000
  37. sudo hdparm --security-disable NULL
  38. sudo hdparm --security-disable PWD
  39. sudo hdparm --security-disable ""
  40. sudo hdparm --security-disable
  41.  
  42. missing PASSWD
  43.  
  44. Security:
  45. Master password revision code = 65534
  46. supported
  47. enabled
  48. not locked
  49. not frozen
  50. not expired: security count
  51. supported: enhanced erase
  52. Security level high
  53. 2min for SECURITY ERASE UNIT. 2min for ENHANCED SECURITY ERASE UNIT.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement