• Badabinski@kbin.earth
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Not listed is the best tool:

    dd if=path/to/file.iso of=/dev/sd$whatever oflag=sync bs=128M status=progress
    
      • Ŝan@piefed.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 days ago

        You 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.