So long story short I built a Raspberry Pi 3 B+ to replace an old windows desktop I used as a media server. I had two external hard drives hooked up to it encrypted by VC. I installed VeraCrypt 1.21 GUI in Raspbian and was able to mount both drives. However when setting up a Samba share I ran into issues.
One drive is NTFS and the other is exFAT. Using the mount option "umask=000" I was able to get the NTFS working in Samba however the exFAT drive still will not work. When mounting the permissions aren't changed. I can read/write files from the Pi but I cannot get Samba to work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey All,
So long story short I built a Raspberry Pi 3 B+ to replace an old windows desktop I used as a media server. I had two external hard drives hooked up to it encrypted by VC. I installed VeraCrypt 1.21 GUI in Raspbian and was able to mount both drives. However when setting up a Samba share I ran into issues.
One drive is NTFS and the other is exFAT. Using the mount option "umask=000" I was able to get the NTFS working in Samba however the exFAT drive still will not work. When mounting the permissions aren't changed. I can read/write files from the Pi but I cannot get Samba to work.