2024-05-29, 10:42 PM
(This post was last modified: 2024-05-30, 12:43 AM by JustAnotherDude. Edited 2 times in total.)
In the middle of watching a show, Jellyfin suddenly lost access to all of my media folders. All of my files are intact and able to play in VLC. When I go to manage libraries, whether I try to adjust a current library or add a new one, I end up with an error message stating:
"The path could not be found. Please ensure the path is valid and try again."
Remediation attempts have been:
1. unmount and remount hard drives
2. ensure permissions on all drives, folders, and files are read/write
3. unmount drives and run which showed all drives and partitions as root. run for each partition. remount, ls -al now lists all partitions as user owned.
4. restart server
5. shutdown server, follwed by
I have no other ideas on how to solve this.
System is running Linux Mint, all packages are up to date, jellyfin version 10.9.3. All partitions and drives for media are formatted as btrfs.
"The path could not be found. Please ensure the path is valid and try again."
Remediation attempts have been:
1. unmount and remount hard drives
2. ensure permissions on all drives, folders, and files are read/write
3. unmount drives and run
Code:
ls -al /media/user
Code:
sudo rmdir /media/user/partition_name
4. restart server
5. shutdown server, follwed by
Code:
sudo systemctl enable --now jellyfin.service
I have no other ideas on how to solve this.
System is running Linux Mint, all packages are up to date, jellyfin version 10.9.3. All partitions and drives for media are formatted as btrfs.