If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
What type of partitions did you use, if you used standard partitions and not lvm to partition I would first determine what is using most of the disk space.
Then this it what I would do (no guarantees, make sure you have backups etc.)
0) If you are running cagefs, check with CloudLinux before doing this… !
1) stop the service concerned by the files you are moving
2) copy data to a new partition : cp -apr /myfolder /newpartition/myfolder
3) backup the data (for example move it : mv /myfolder /myfolder_bak)
4) Create a symlink on a new partition : ln -s /newpartition/myfolder /myfolder
5) Restart the service and check its working well
6) When you are sure everything is working as it should, delete your backup rm -rf /myfolder_bak
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment