PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

monitoring - How do you monitor the progress of dd? - Ask Ubuntu

mercredi 22 juillet 2015 à 08:54
Je prends note :
pkill -USR1 ^dd
ou
apt-get install pv
dd if=/dev/sda | pv | dd of=/dev/sdc
ou
(pv -n /dev/sda | dd of=/dev/sdb bs=128M conv=notrunc,noerror) 2>&1 | dialog --gauge "Running dd command (cloning), please wait..." 10 70 0
via https://fralef.me/links/?gArOkQ
(Permalink)