Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Root not working - Can't install Ventoy
#1
Hi,

Well, I'm using Linux Mint 20 Cinnamon and trying to install Ventoy but I just can't. I Should be able to do it with root privileges but isn't working anyway.

Even as root user it says " Failed to access /dev/sdd, maybe root privilege is needed!" [Image: icon_confused.gif]


[Image: file.php?id=62869&sid=53ab787476e81f4b21...&mode=view]
Reply
#2
(09-17-2020, 03:47 PM)cafcaf777 Wrote: Hi,

Well, I'm using Linux Mint 20 Cinnamon and trying to install Ventoy but I just can't. I Should be able to do it with root privileges but isn't working anyway.

Even as root user it says " Failed to access /dev/sdd, maybe root privilege is needed!" [Image: icon_confused.gif]


[Image: file.php?id=62869&sid=53ab787476e81f4b21...&mode=view]

The script just use dd to read data from /dev/sdd to check that whether we can acess the disk.
You can run the dd cmd manually.

Code:
if dd if="$DISK" of=/dev/null bs=1 count=1 >/dev/null 2>&1; then
    vtdebug "root permission check ok ..."
else
    vterr "Failed to access $DISK, maybe root privilege is needed!"
    echo ''
    exit 1
fi
Reply
#3
If USB device is read-only (ro), you'll get this error.
Smile Happy to learn how to ...
Reply
#4
I've tried 2 ventoy versions with 2 different USB devices and got the same problem: "Maybe root privilege is needed.

Windows version did the job.

Thank you
Reply
#5
What about the latest release?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)