Can I watch the progress of a `sync` operation?
208
votes
8
answers
113566
views
I've copied a large file to a USB disk mounted on a Linux system with async. This returns to a command prompt relatively quickly, but when I type
sync
, of course, it all has to go to disk, and that takes a long time.
I understand that it's going to be slow, but is there somewhere where I can watch a counter go down to zero? Watching buffers
in top
doesn't help.
Asked by mattdm
(41207 rep)
Sep 15, 2012, 02:09 AM
Last activity: Feb 23, 2024, 12:40 PM
Last activity: Feb 23, 2024, 12:40 PM