Skip to content

Instantly share code, notes, and snippets.

@bodrulamin
Created October 11, 2021 10:27
Show Gist options
  • Save bodrulamin/48c485f0376c5dfe1be4c355bd89edee to your computer and use it in GitHub Desktop.
Save bodrulamin/48c485f0376c5dfe1be4c355bd89edee to your computer and use it in GitHub Desktop.
replace sdX to according to your pendrive/flashdrive partition. replace /input/iso/file.iso according to you iso file path
sudo dd of=/dev/sdX bs=1M status=progress oflag=sync if=/input/iso/file.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment