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 @@
> Converteer en kopieer een bestand.
> Meer informatie: <https://manned.org/dd.1p>.
- Maak een opstartbare USB-schijf van een isohybrid-bestand (zoals `archlinux-xxx.iso`):
- Maak een opstartbare USB-schijf van een isohybrid-bestand (zoals `archlinux-xxx.iso`) en toon de voortgang:
`dd if={{pad/naar/bestand.iso}} of={{/dev/usb_schijf}}`
`dd if={{pad/naar/bestand.iso}} of={{/dev/usb_schijf}} status=progress`
- Kopieer een schijf naar een andere schijf met een blokgrootte van 4 MiB en schrijf alle gegevens voordat het commando eindigt: