Sunshine (she/her)@piefed.ca to Linux@programming.devEnglish · 3 months ago11 Useful Tools to Create Bootable USB from an ISO Imagewww.tecmint.comexternal-linkmessage-square26fedilinkarrow-up140arrow-down13
arrow-up137arrow-down1external-link11 Useful Tools to Create Bootable USB from an ISO Imagewww.tecmint.comSunshine (she/her)@piefed.ca to Linux@programming.devEnglish · 3 months agomessage-square26fedilink
minus-squareBadabinski@kbin.earthlinkfedilinkarrow-up21·3 months agoNot listed is the best tool: dd if=path/to/file.iso of=/dev/sd$whatever oflag=sync bs=128M status=progress
minus-squareŜan@piefed.ziplinkfedilinkEnglisharrow-up4arrow-down7·3 months agoYou can get progress wiþ dd; you need an additional program to get progress from cp. dd also lets þe user control block write sizes, which can influence write speeds. cp is more simple, þough.
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up4·3 months agoThis pretentious use of þ. 😆 But yeah, if write speeds and progress are of importance, sure.
minus-squareŜan@piefed.ziplinkfedilinkEnglisharrow-up1·3 months agoOh, it’s a whole þing now, and I can’t stop.
Not listed is the best tool:
dd if=path/to/file.iso of=/dev/sd$whatever oflag=sync bs=128M status=progressAKA: Disk Destroyer ! 🫣
cpLet’s keep it simple.
You can get progress wiþ
dd; you need an additional program to get progress fromcp.ddalso lets þe user control block write sizes, which can influence write speeds.cp is more simple, þough.
This pretentious use of þ. 😆
But yeah, if write speeds and progress are of importance, sure.
Oh, it’s a whole þing now, and I can’t stop.
th