Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


write permission via ssh to locally attached exfat usb
#2
Yes, udisks-glue and /etc/udisks-glue.conf 

Try looking at the output of the mount command. It should look like below for an exfat drive.
Code:
/dev/sda1 on /media/EXFAT4 type exfat (rw,nosuid,nodev,noexec,noatime,nodiratime,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks)

The default fmask=0022,dmask=0022 permissions equate to 0755/-rwxr-xr-x That means that root (sudo) is needed if not the owner.

If you want to change the auto-mount permissions for exfat then add suitable dmask and fmask settings to the filter block. There are calculators on the net that do octal or rwx <-> mask
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: write permission via ssh to locally attached exfat usb - by Tim Curtis - 08-18-2024, 12:09 PM

Forum Jump: