2024-08-27, 12:51 AM
Is it a cifs mount or nfs mount? It can't be both.
Try this. I usually use SMB mounts, so wasn't entirely familiar with NFS options.
Code:
192.168.1.16:/volume1/video /mnt/stream nfs defaults,user,noauto,relatime,rw 0 0
Try this. I usually use SMB mounts, so wasn't entirely familiar with NFS options.