Quotidien Shaarli

Tous les liens d'un jour sur une page.

06/19/21

linux - Can I watch the progress of a `sync` operation? - Unix & Linux Stack Exchange
thumbnail

To monitor a USB copy :

# returns when it's finished
sync 
# detailed view
watch -d grep -e Dirty: -e Writeback: /proc/meminfo