From Newsgroup: comp.sys.raspberry-pi
On 10/03/2026 21:00, paul lee wrote:
CG> Does a bootable USB stick for a Pi 4B have the same format as a
CG> bootable SD card? I.e. can I just use dd to copy one to the other
CG> (not on the Pi itself) and expect it to work?
While I don't understand the 'format' bit, yes you can absolutely dd a USB to and SD for a Pi image...
dd if=/dev/xxx of=/dev/xxx
Just make sure you put the source device name in for xxx on the left,
and the correct destination device name for xxx on the right. If you do
get it wrong the disc will be corrupted instantly and pressing Ctrl+C
wont be quick enough.
Use lsblk to list the available drives and make sure you don't write to anything that is mounted. If your destination drive is temporarily
mounted under /media/username do a
sudo unmount /dev/xxx
before using the dd command.
---druck
--- Synchronet 3.21d-Linux NewsLink 1.2