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@lemmy.ca
    link
    fedilink
    arrow-up
    0
    ·
    9 months 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.

  • progandy@feddit.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    It is possible to format removable drives without root access through udisks2, e.g with gnome-disks or KDE ISO image writer. GNOME Impression is another tool that should work.

  • bloodfart@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    You can’t make a usb bootable without root access iirc. If you already have a bootable usb like ventoy then you can load any goofy thing you want into it without root access and it’ll work.