mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: How can i move data/cache/log dir to other drive letter in windows #4876
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @killo3967 on GitHub (May 26, 2023).
Please describe your bug
Hi.
I have windows 10 with Jellyfin install in drive "C" and the data in drive "D". Now i buy an SDD for data of Jellyfin and i would like to move data from D: to new drive. I could'nt change the letter of drive D:.
I stop Jellyfin, copy entry directory structure and start jellyfin again. In the configuration-> general, i change the path for cache and metadata, and restart Jellyfin, but the logs mantain in the old path.
But in Metadata Administrator, each media folder keep the old metadata path.
Then i rollback.
¿ How can i move all the functionality to the new path ?
Thanks.
Jellyfin Version
10.8.9
if other:
No response
Environment
Jellyfin logs
No response
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@MovieWiz commented on GitHub (May 27, 2023):
You could try
There's a good chance that Jellyfin would use the new symbolic link as if it was the original data folder
If you're not familiar with symbolic links, read up on the windows mklink utility.
Ideally, Jellyfin would let you specify the data file location in a config file somewhere. But if not, the above might work for you.
@killo3967 commented on GitHub (May 30, 2023):
Thanks