2024-08-27, 10:07 PM
I'm most familiar with cifs/SMB. I know this works.
But the credentials you provide in .smbcredentials needs to have permission to read the files on the SMB server.
And /mnt/stream cannot have an ACL on it.
Code:
//192.168.1.16/volume1/video /mnt/stream cifs credentials=/home/sizzltek/.smbcredentials,noperm,iocharset=utf8,file_mode=0755,dir_mode=0755 0 0
But the credentials you provide in .smbcredentials needs to have permission to read the files on the SMB server.
And /mnt/stream cannot have an ACL on it.
Code:
sudo setfacl -B -R /mnt/stream
sudo chmod 755 /mnt/stream