Skip to content

Instantly share code, notes, and snippets.

View mrdotb's full-sized avatar
🦊

mrdotb mrdotb

🦊
View GitHub Profile
@mrdotb
mrdotb / gist:da67fed8ee50cbcc3072d2ccb4cff8e5
Created February 17, 2018 13:02
create a bootable usb stick linux image on arch linux
# dep
sudo pacman -S dosfstools
# find the device
lsblk
# umount the key if mounted
sudo umount /dev/sdx
# format it