2023-12-01, 09:49 PM
You should also provide a UID and GID to your mount parameters. IIRC, should match the UID/GID of the user on the hosting side of the share
Replace UID 1000 and GID 1000 with whatever it should be.
Code:
//10.10.0.25/Media /media/Jellyfin cifs vers=3.0,credentials=/root/.SMBcredentials,uid=1000,gid=1000
Replace UID 1000 and GID 1000 with whatever it should be.