You are Here: FAQ ->Dedicated Servers->Linux Root Server->Plesk->Article #7


WebHosting 5.0 This article is for 1&1 Linux WebHosting only.


How do I move the update files to the home partition?


1. Connect to your server through SSH.

2. You can check your space on the partitions by using the df command:

df -h

(If you are using Plesk 7)
3. Move the PSA 7 files and create a symlink so that when something tries to
access it, it is redirected to the new location:

shell~> mv /root/psa /home/psa
shell~> ln -s /home/psa /root/psa

(If you are using Plesk 8)
4. Move the PSA 8 files and create a symlink so that when something tries to
access it, it is redirected to the new location:

shell~> mv /opt /home/opt
shell~> ln -s /home/opt /opt



Print Article
How useful was this article?
(From 5 = Very Useful to 1 = Not useful at all):
1 2 3 4 5