@SkySyrup@sh.itjust.works to linuxmemes@lemmy.world • 1 year agousb formattingsh.itjust.worksimagemessage-square53fedilinkarrow-up1949arrow-down113file-text
arrow-up1936arrow-down1imageusb formattingsh.itjust.works@SkySyrup@sh.itjust.works to linuxmemes@lemmy.world • 1 year agomessage-square53fedilinkfile-text
minus-squaremeowlinkfedilink44•1 year agoFun fact: you can use cat image.iso > /dev/device and it (should) just works.
minus-square@mumblerfish@lemmy.worldlinkfedilink50•1 year agoYay, more ways to (accidentally) destroy my data!
minus-square@PoolloverNathan@programming.devlinkfedilinkEnglish8•1 year agoOr pv if you want a progress bar.
minus-squareAffine ConnectionlinkfedilinkEnglish3•edit-21 year agoAssuming /dev/device is not a symbolic link, you might as well cp image.iso /dev/device
Fun fact: you can use
cat image.iso > /dev/device
and it (should) just works.Yay, more ways to (accidentally) destroy my data!
Or
pv
if you want a progress bar.Assuming
/dev/device
is not a symbolic link, you might as wellSure, if you’re a little bitch.