Could be that it isn’t syncing writes to the disk at the end of the operation. I use
sudo dd if=imgfile of=dev oflag=sync status=progress bs=4M
2 Likes
Could be that it isn’t syncing writes to the disk at the end of the operation. I use
sudo dd if=imgfile of=dev oflag=sync status=progress bs=4M