08-27-2024, 05:19 PM
It's not obvious to me what might be happening on your end but I ran a quick test with an ExFat USB stick and using the stock udisks glue conf and no issues writing via SSH.
Code:
pi@moode9:~ $ mount | grep /dev/sda1
/dev/sda1 on /media/EXFAT4 type exfat (rw,nosuid,nodev,noexec,noatime,nodiratime,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks)
pi@moode9:~ $ cd /media/EXFAT4/
pi@moode9:/media/EXFAT4 $ sudo touch tim.txt
pi@moode9:/media/EXFAT4 $ ls
'Stereo Test' tim.txt
pi@moode9:/media/EXFAT4 $