2025-02-20, 04:03 AM
(This post was last modified: 2025-02-20, 04:25 AM by gpn. Edited 2 times in total.)
I need to do some research on how to do that. Do you have any suggested reading to start?
edit: the samba/cifs share is running on a debian host (it is actually a unifi nvr that I use a NAS) and the jellyfin lxc is also debian based.
Here is my mount configuration:
//192.168.10.2/private/samba/file/path on /media/mediaserver type cifs (rw,relatime,vers=3.1.1,cache=strict,username=username,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.10.2,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1)
edit: the samba/cifs share is running on a debian host (it is actually a unifi nvr that I use a NAS) and the jellyfin lxc is also debian based.
Here is my mount configuration:
//192.168.10.2/private/samba/file/path on /media/mediaserver type cifs (rw,relatime,vers=3.1.1,cache=strict,username=username,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.10.2,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1)