dd: align with other platforms (#12964)

This commit is contained in:
Sebastiaan Speck
2024-06-14 06:34:17 +02:00
committed by GitHub
parent 924963dbca
commit c5b88dfc90
3 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@
> Convert and copy a file.
> More information: <https://manned.org/dd.1p>.
- Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`):
- Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`) and show the progress:
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}}`
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}} status=progress`
- Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates: