I would like to see plex use the users /home directory for the database and such (.bif files etc), or let us choose where it will be created/used. With SSD drives and linux users in particular, partitioning requiremnets and small drive sizes, these drives fill up way faster than expected. Most typical programs use the users /home directory. Plex uses /var.
I would like to see plex use the users /home directory for the database and such (.bif files etc), or let us choose where it will be created/used. With SSD drives and linux users in particular, partitioning requiremnets and small drive sizes, these drives fill up way faster than expected. Most typical programs use the users /home directory. Plex uses /var.
explains another manual way to do this in linux and I will try that, but the issue still remains:
Normal/historical usage is to NOT put the database in /var. it should be in the /home directory for a few reasons : When you upgrade etc.. all your settings and databases are untouched if you use the /user/home, just reload the OS and go. Root drives are not sized for databases. SSD drives are small, and should be for system only, the database should be in the users home directory. You alos run the risk of an unbootable system if the / fills up, in both windows (C:) and linux (/)