:: krowemoh

Friday | 04 APR 2025
Posts Links Other About Now

previous
next

Using dd

2023-12-05
sysadmin

A command to copy an entire device and make an image.

sudo dd if=/dev/sda of=image.img bs=4M

You can use lsblk to see what is available.

I used this to make images of the R83 floppies.