2024-08-09, 06:43 AM
(2024-08-08, 02:56 PM)tepsys Wrote: 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.
Thanks for your reply, this is what I thought.
I edited the fstab like you suggested.
Additionally I created two folders (movies/shows) in the jellyfin folder and tried to mount them.
Unfortunetaly I got an error message:
Code:
root@Jellyfin:/jellyfin# mkdir /movies
mkdir: cannot create directory '/movies': File exists
root@Jellyfin:/jellyfin# mkdir /shows
root@Jellyfin:/jellyfin# cd /shows/
root@Jellyfin:/shows# cd
root@Jellyfin:~# ls
root@Jellyfin:~# cd /shows/
root@Jellyfin:/shows# ls
root@Jellyfin:/shows# mount -a
Couldn't chdir to /jellyfin/movies: No such file or directory
Couldn't chdir to /jellyfin/shows: No such file or directory
Do you have any ideas what exactly the problem is?