From 160f963c9563d9e2ea6e9738885498abbca4bec1 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sat, 11 Mar 2023 19:44:53 +0000 Subject: CD/faq/index: Update 'dd' command to use better parameters --- english/CD/faq/index.wml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'english/CD') diff --git a/english/CD/faq/index.wml b/english/CD/faq/index.wml index 99f84dc7c67..7bd94a66ece 100644 --- a/english/CD/faq/index.wml +++ b/english/CD/faq/index.wml @@ -784,20 +784,20 @@ image to a USB flash drive:

Alternatively you can also use dd:

-

dd if=<file> of=<device> bs=4M; sync

+

sudo dd if=<file> of=<device> bs=16M status=progress oflag=sync

where:

Additionally to the method above for Linux systems, there is also -- cgit v1.2.3