2024-08-15, 04:27 PM
I have a Zimaboard running CasaOS and a Synology DS1621+ NAS. I created the following shared folder on the NAS and gave read write access to user casashare
Share
and added these folders under it and shared permissions with subfolders
Media
Media/images
Media/tvshows
Media/movies
In CasaOS I did the following commands
sudo mkdir -p /mnt/share
sudo mount -t cifs -o username=your_nas_username,password=your_nas_password //NAS_IP_ADDRESS/Share /mnt/share
and added the following to /etc/fstab
//NAS_IP_ADDRESS/Share /mnt/share cifs username=your_nas_username,password=your_nas_password,uid=1000,gid=1000 0 0
I can see the /mnt/share when I use df -m in the terminal.
When I go into Jellyfin and attempt to add the folder as a library I get "The path could not be found. Please ensure the path is valid and try again."
I can access the folder /mnt/share from terminal but Jellyfin just can't seem to see it.
Any suggestions on what I might have missed or how to troubleshoot this?
Share
and added these folders under it and shared permissions with subfolders
Media
Media/images
Media/tvshows
Media/movies
In CasaOS I did the following commands
sudo mkdir -p /mnt/share
sudo mount -t cifs -o username=your_nas_username,password=your_nas_password //NAS_IP_ADDRESS/Share /mnt/share
and added the following to /etc/fstab
//NAS_IP_ADDRESS/Share /mnt/share cifs username=your_nas_username,password=your_nas_password,uid=1000,gid=1000 0 0
I can see the /mnt/share when I use df -m in the terminal.
When I go into Jellyfin and attempt to add the folder as a library I get "The path could not be found. Please ensure the path is valid and try again."
I can access the folder /mnt/share from terminal but Jellyfin just can't seem to see it.
Any suggestions on what I might have missed or how to troubleshoot this?