From c5b88dfc90a45729d95ddeae94e1adf5f40d8036 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Fri, 14 Jun 2024 06:34:17 +0200 Subject: [PATCH] dd: align with other platforms (#12964) --- pages.nl/common/dd.md | 4 ++-- pages.pt_BR/common/dd.md | 4 ++-- pages/common/dd.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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: