Created
July 10, 2020 05:44
-
-
Save rapirent/3d8a9da1799ec9201a0201f9f1450c2a to your computer and use it in GitHub Desktop.
burn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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