On Debian’s website it is saying to write the image to the USB stick I should use a bash script "# cp Debian.iso /dev/sdX

sync"

Is there another way to do this without using root access?

  • lungdart
    link
    fedilink
    arrow-up
    15
    ·
    10 hours ago

    Raw disk access is a privilege in Linux, usually reserved for root.

    You could have root change the permissions on the directory to allow another user or group write access.