On Elive retowave when you mount a USB key you have to open it as root to explore it. What command line should I enter to give all rights to users on the USB?
Thanks to you
Use 'udisksctl' for that..... i.e udisksctl mount -b /dev/sdb1
and subsequently 'udisksctl unmount -b /dev/sdb1' or whatever /dev/... your USB device is.
Do udisksctl -h
for all the commands an options.
Thank you, and to keep these rights full time?
You've allready got them through the user being a member of the 'disk' group on Elive.
If it somehow it isn't the case on your setup (use the 'groups' command to check) make sure to add the specific users to it:
sudo usermod -a -G disk <username>
1 Like
Maybe the issue is on the directory permissions, try:
sudo chmod 1777 /media/YOURUSER
sudo chmod 1777 /media/YOURUSER/usbdisk