On Fri, Aug 21, 2026 at 05:39:57PM -0700, Ron wrote: > Alex Korobkin wrote on 2026-08-21 11:32: > > pv ./disk.img | dd of=/dev/sdb1 pv is wonderful. But if you happen to be on a system without it then dd also shows progress: dd if=/dev/zero of=/dev/null status=progress - Chris