On Wed, May 27, 2026 at 23:40:36 -0700, Paul Scott wrote: > $ sudo dd bs=4M if=/path/to/file.iso of=/dev/sdX status=progress oflag=sync > > with if pointing to the iso file and of=/dev/sdb1
That's an error. It should be of=/dev/sdb not of=/dev/sdb1.
On Wed, May 27, 2026 at 23:40:36 -0700, Paul Scott wrote: > $ sudo dd bs=4M if=/path/to/file.iso of=/dev/sdX status=progress oflag=sync > > with if pointing to the iso file and of=/dev/sdb1
That's an error. It should be of=/dev/sdb not of=/dev/sdb1.