Skip to content

Instantly share code, notes, and snippets.

@hoto
Created July 7, 2017 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoto/7459444829f44bbce1bccfcc8cd5dad8 to your computer and use it in GitHub Desktop.
Save hoto/7459444829f44bbce1bccfcc8cd5dad8 to your computer and use it in GitHub Desktop.
# prepares pendirve so i can install bootable os iso on it
umount
umount /dev/sdb1
dd if=/dev/zero of=/dev/sdb bs=1M count=10
cgdisk /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment