@[email protected] to linuxmemes • 1 year agousb formattingsh.itjust.worksimagemessage-square53fedilinkarrow-up1983arrow-down113file-text
arrow-up1970arrow-down1imageusb formattingsh.itjust.works@[email protected] to linuxmemes • 1 year agomessage-square53fedilinkfile-text
minus-squaremeowlinkfedilink45•1 year agoFun fact: you can use cat image.iso > /dev/device and it (should) just works.
minus-squareAffine ConnectionlinkEnglish3•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.