Skip to content

Instantly share code, notes, and snippets.

@rapirent
Created July 10, 2020 05:44
Show Gist options
  • Select an option

  • Save rapirent/3d8a9da1799ec9201a0201f9f1450c2a to your computer and use it in GitHub Desktop.

Select an option

Save rapirent/3d8a9da1799ec9201a0201f9f1450c2a to your computer and use it in GitHub Desktop.
burn
#use command to check the disk
#fdisk -l
#lsblk
#df
# umount the disk to avoid unecessary io
umount /dev/sdx
dd bs=4M if=SW_DVD9_Win_Pro_10_1909.4_64BIT_ChnTrad_Pro_Ent_EDU_N_MLF_X22-28675.ISO of=/dev/sdx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment