From 41d7de99500fd3e19e9c6989ce847091ac754cc3 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 3 Feb 2023 05:17:57 +0100 Subject: [PATCH] dd: remove checking progress example (#9816) `pgrep` does not exist and `kill` needs `-s`. But most importantly, `dd` doesn't have any "showing progress" functionality. --- pages/common/dd.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/dd.md b/pages/common/dd.md index eedffe9e1e..1bad418088 100644 --- a/pages/common/dd.md +++ b/pages/common/dd.md @@ -26,7 +26,3 @@ - Restore a drive from an IMG file: `dd if={{path/to/file.img}} of={{/dev/drive_device}}` - -- Check the progress of an ongoing dd operation (run this command from another shell): - -`kill -USR1 $(pgrep ^dd)`