Answer the question
In order to leave comments, you need to log in
How to mount USB devices with 666 permissions in Ubuntu Desktop?
There is an Ubuntu Desktop and a USB token.
It is mounted with 600 permissions, so it is impossible to reach it on behalf of the user, although anyone can see it perfectly, but I can’t read / write anything. Root has no problems. Manual exposure of the rights 666 on /dev/-hidraw1
helps.
Did
echo 'SUBSYSTEM=="usb", MODE="0660", GROUP="plugdev"' > /etc/udev/rules.d/00-usb-permissions.rules
udevadm control --reload-rules && udevadm trigger
Answer the question
In order to leave comments, you need to log in
hidraw is a little different, make a rule
for it
as noted above, it is better to have rights 644
Also check if the user is in the plugdev group
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question