community man page
dd
Convert and copy a file.
Examples
Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`) and show the progress GNU
Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates GNU
Generate a file with a specific number of random bytes by using kernel random driver GNU
Benchmark the write performance of a disk GNU
Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress GNU
Check the progress of an ongoing `dd` operation (run this command from another shell) GNU
Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`) and show the progress
Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates
Generate a file with a specific number of random bytes by using kernel random driver
Benchmark the sequential write performance of a disk
Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress