2024-08-08, 02:56 PM
(This post was last modified: 2024-08-08, 02:58 PM by tepsys. Edited 2 times in total.)
Your fstab is mounting both drives to /jellyfin so you have one mounted on top of the other. You need to provide separate mount points in your fstab. e.g.
Edited for clarity
Code:
//192.168.178.3/ds418-filme /jellyfin/Movies cifs credentials=/home/.smbcredentials,uid=1000,gid=1000 0 0
//192.168.178.3/ds418-media /jellyfin/Shows cifs credentials=/home/.smbcredentials,uid=1000,gid=1000 0 0