Thursday | 21 NOV 2024
[ previous ]
[ next ]

Using dd

Title:
Date: 2023-12-05
Tags:  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.