Advertisement
Guest User

Untitled

a guest
Oct 29th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. xubuntu@xubuntu:~$ sudo dd if=/dev/zero of=/dev/sda count=10000 && sync
  2. 10000+0 records in
  3. 10000+0 records out
  4. 5120000 bytes (5.1 MB, 4.9 MiB) copied, 0.48924 s, 10.5 MB/s
  5. xubuntu@xubuntu:~$ sudo fdisk /dev/sda
  6.  
  7. Welcome to fdisk (util-linux 2.27.1).
  8. Changes will remain in memory only, until you decide to write them.
  9. Be careful before using the write command.
  10.  
  11. Device does not contain a recognized partition table.
  12. Created a new DOS disklabel with disk identifier 0xdb6fe899.
  13.  
  14. Command (m for help): o
  15. Created a new DOS disklabel with disk identifier 0xe3e29b35.
  16.  
  17. Command (m for help): w
  18. The partition table has been altered.
  19. Calling ioctl() to re-read partition table.
  20. Syncing disks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement