Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo dd if=/dev/urandom of=/dev/sda6
  2.  
  3. (12+ hours elapse)
  4.  
  5. dd: writing to ‘/dev/sda6’: No space left on device
  6. 660092929+0 records in
  7. 660092928+0 records out
  8. 337967579136 bytes (338 GB) copied, 39571.4 s, 8.5 MB/s
  9. ubuntu@ubuntu:~$ modprobe
  10.  
  11. ubuntu@ubuntu:~$ modprobe dm-crypt
  12. ubuntu@ubuntu:~$ modprobe aes-x86_64
  13. ubuntu@ubuntu:~$ sudo modprobe sha256
  14. ubuntu@ubuntu:~$ cryptsetup luksFormat /dev/sda6
  15.  
  16. WARNING!
  17. ========
  18. This will overwrite data on /dev/sda6 irrevocably.
  19.  
  20. Are you sure? (Type uppercase yes): YES
  21. Device /dev/sda6 doesn't exist or access denied.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement