Moving packages from Volume1 (or 2) to internal flash in Synology.
System partition packages are at:
/usr/local/packages/@appstore
root# ls -l /usr/local/packages/@appstore
drwxr-xr-x 13 FileStation FileStation 4096 May 23 18:42 FileStation
drwxr-xr-x 3 root root 4096 Jun 17 21:24 Perl
drwxr-xr-x 4 root root 4096 Jun 17 19:58 powerbutton
drwxr-xr-x 14 SynoFinder SynoFinder 4096 May 23 18:41 SynoFinder
Config files are here:
/var/packages/{name of the package}
Inside of given folder f.e. Perl there is link called target which points to:
target -> /volume1/@appstore/Perl
After moving package to /usr/local/packages/@appstore/{name of the package} we need to change above link to:
target -> /usr/local/packgages/@appstore/{name of the package}
by running:
ln -s "/usr/local/packages/@appstore/{name of the package}" target
Comments
Post a Comment