this post was submitted on 07 Oct 2023
9 points (100.0% liked)
unRAID
1114 readers
1 users here now
A community for unRAID users to discuss their projects.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Plex library is 24.5tb
Do you have thumbnail generation turned on (like fribbtastic mentioned)? That could be a reason why.
In the web interface, click the “>_” icon in the top right to open the terminal. Then type
du -sh /mnt/user/appdata
and post the results here189G /mnt/user/appdata
I made a mistake in that code line. It should be this instead
du -sh /mnt/user/appdata/*
Sorry about that!
EDIT: but, this size is nearly the same size as your cache drive. If you only have Plex installed, it’s my assumption that you do have thumbnail generation turned on. Doing so can take a lot of storage space if you have a large media library
yea, its plex
How can I delete the rest, that isnt plex? they are old Dockers which I have removed.-
open the console and delete them through that (look up the
rm
command), you could also use a docker container called Krusader to do that in a more "clicky" way.