Clone USB stick or sd card
Posted: Sun Aug 25, 2024 2:58 pm
The command is
This creates an burnable iso file which is an exact copy - same size as usb stick or device - for use later if needed.
Other useful commands are
giving you mount points of the drives
and
to list attached devices
Code: Select all
sudo dd if=/path/of/stick of-=/path/to/place/file.iso
Other useful commands are
Code: Select all
lsblk
and
Code: Select all
$ dmesg | grep -i usb
$ dmesg | grep -i 'attached'