SkySyrup@sh.itjust.works to linuxmemes@lemmy.world · 11 months agousb formattingmessage-squaremessage-square54fedilinkarrow-up1978arrow-down113file-text
arrow-up1965arrow-down1message-squareusb formattingSkySyrup@sh.itjust.works to linuxmemes@lemmy.world · 11 months agomessage-square54fedilinkfile-text
minus-squareMiku Luna \ she/it@lemmy.blahaj.zonelinkfedilinkarrow-up45·11 months agoFun fact: you can use cat image.iso > /dev/device and it (should) just works.
minus-squaremumblerfish@lemmy.worldlinkfedilinkarrow-up52·11 months agoYay, more ways to (accidentally) destroy my data!
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up8·11 months agoOr pv if you want a progress bar.
minus-squareAffine Connection@lemmy.worldlinkfedilinkEnglisharrow-up3·edit-211 months agoAssuming /dev/device is not a symbolic link, you might as well cp image.iso /dev/device
minus-squareExLisper@linux.communitylinkfedilinkEnglisharrow-up2·11 months agoSure, if you’re a little bitch.
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.