cm0002@lemmy.world to Linux@programming.dev · 20 days agoHow to use dd in Linux without destroying your diskopensource.comexternal-linkmessage-square7fedilinkarrow-up143arrow-down11
arrow-up142arrow-down1external-linkHow to use dd in Linux without destroying your diskopensource.comcm0002@lemmy.world to Linux@programming.dev · 20 days agomessage-square7fedilink
minus-squareseaQueue@lemmy.worldlinkfedilinkarrow-up11·19 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.