I have 2 usb drives attached to Pi2. They are both exFat. I have installed exFat-fuse and the drives are mounted at boot and can also be hot mounted. But they are always read only for group and others. chmod 777 does not work on exFat drives ( although it gives a message that it has worked). I also installed samba and both drives are visable on my Mac and on a Windows box. I edited to smb.conf file and set writable=yes for both disks and set create mask and directory mask to 777 but the drives remain read only accrosss the network.
I tried putting an entry in fstab with fmask and dmask set to 000 and this seemed to work and I could write and create directories from my MAC. but following a second reboot, the boot sequence hangs.
As far as I know, fstab is only concerned with first boot so even if I get it to work, it will not help with hot mounting.
Question boils down to: how can I get exFat drives to mount with write permissions both at startup and when swapping in and out.
thanks in advance