diff --git a/pages.nl/common/dd.md b/pages.nl/common/dd.md index 4c17588564..c617fb3d32 100644 --- a/pages.nl/common/dd.md +++ b/pages.nl/common/dd.md @@ -3,9 +3,9 @@ > Converteer en kopieer een bestand. > Meer informatie: . -- 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: diff --git a/pages.pt_BR/common/dd.md b/pages.pt_BR/common/dd.md index dd86134ee3..c765116c29 100644 --- a/pages.pt_BR/common/dd.md +++ b/pages.pt_BR/common/dd.md @@ -3,9 +3,9 @@ > Converte e copia um arquivo. > Mais informações: . -- Cria um USB drive bootável a partir de um arquivo isohybrid (como uma `archlinux-xxx.iso`): +- Cria um USB drive bootável a partir de um arquivo isohybrid (como uma `archlinux-xxx.iso`) e mostra o progresso: -`dd if={{caminho/para/arquivo.iso}} of={{/dev/usb_drive}}` +`dd if={{caminho/para/arquivo.iso}} of={{/dev/usb_drive}} status=progress` - Clona um drive para outro drive com 4 MiB block e ignora erros: diff --git a/pages/common/dd.md b/pages/common/dd.md index 1b590adbcf..0c6b4f622f 100644 --- a/pages/common/dd.md +++ b/pages/common/dd.md @@ -3,9 +3,9 @@ > Convert and copy a file. > More information: . -- 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: