• Badabinski
    link
    fedilink
    2123 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
        link
        fedilink
        English
        -323 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.

        • Victor
          link
          fedilink
          423 days ago

          This pretentious use of þ. 😆

          But yeah, if write speeds and progress are of importance, sure.