cm0002@lemmy.world to Linux@programming.dev · 12 days agoHow to use dd in Linux without destroying your diskopensource.comexternal-linkmessage-square5fedilinkarrow-up125arrow-down11
arrow-up124arrow-down1external-linkHow to use dd in Linux without destroying your diskopensource.comcm0002@lemmy.world to Linux@programming.dev · 12 days agomessage-square5fedilink
minus-squareseaQueue@lemmy.worldlinkfedilinkarrow-up7·12 days agoI use dd regularly to back up and restore disk images. It’s not particularly hard to use but like sudo rm -rf it absolutely will eat whatever you point it at so you need to understand what the command does and pay attention.
I use dd regularly to back up and restore disk images. It’s not particularly hard to use but like
sudo rm -rf
it absolutely will eat whatever you point it at so you need to understand what the command does and pay attention.