November 15, 2025Nov 15 Hey folks,I had an ungraceful shutdown (Unraid froze and wouldn't respond to pings or anything). I powered down the machine and when it restarted all the files from my Plex directory are missing. When I navigate to the folder /mnt/user0/appdata/Plex-Media-Server/Library/ in File Manager, I see no folders or files. When I run a Find command in the CLI I see the files in that directory /mnt/user0/appdata/Plex-Media-Server/Library/ . When I try to navigate to the user folder via the CLI I get anroot@Winder:/mnt/user/appdata/Plex-Media-Server/Library# ls -alls: reading directory '.': Input/output errortotal 0When I run a Check Filesystem Status on the disk I get no errors. I've also tried Tools > New Permissions and that didn't help.The odd thing is files appear /mnt/user/appdata/ in other directories, they are just missing from the Plex-Media_server/Library directory.winder-diagnostics-20251115-1040.zipThanks so much for the help in advance. Edited November 15, 2025Nov 15 by nwinder
November 16, 2025Nov 16 Community Expert Solution Would not recommend using NTFS as the cache filesystem; Linux has limited support for that filesystem.Appdata exists on both cache and disk1; see which one was the issue, if the Plex folders exist on both:ls -al /mnt/cache/appdata/Plex-Media-Server/Libraryls -al /mnt/disk1/appdata/Plex-Media-Server/Library
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.