Well you are aware that with ln -s /home/osmc/.kodi/addons/script.module.hls.cache/cache /media/3620-1EFE/ you are pointing from /media/3620-1EFE back to /home/osmc/.kodi/addons/script.module.hls.cache/cache instead the other way around, or?
Means you are getting an operation not permitted because you are trying to change an existing mount point.
So my suggestions (assuming you want to move the cache folder on the external drive. sudo systemctl stop mediacenter mv /home/osmc/.kodi/addons/script.module.hls.cache/cache /media/3620-1EFE ln -s /media/3620-1EFE/cache /home/osmc/.kodi/addons/script.module.hls.cache/cache sudo systemctl start mediacenter
I have a folder where chache files are stored “script.module.hls.cache/cache” and wanted to outsource them to my sd card.
So if i go to “/media/3620-1EFE/cache” i’m getting actually to “/home/osmc/.kodi/addons/script.module.hls.cache/cache”
I hope this right so: ln -s /home/osmc/.kodi/addons/script.module.hls.cache/cache /media/3620-1EFE/
Or should be the other way around?
Moving wouldn’t work, cause the Path is written inside an Addon. Other option for me is to change it inside the addon.py.