apt install pv dd if=/dev/sdb bs=512 count=44898303 conv=sync,noerror | pv -s 21G |dd of=/dev/sda
44898303 = représente la fin d'un secteur appartenant à la dernière parition. C'est lisible avec fdisk -l
lsof +D /var/log/
lsof -i :80
lsof -u www-data
lsof -iTCP -sTCP:LISTEN -n
Suivre l'activité d'un processus :
strace -s 65535 -yy -ff mysqld
namei -l /mon/dossier/
du -h . | sort -rh | head -40