• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Second Storage/Hosted Path for Site

theywill

Basic Pleskian
Server operating system version
CentOS Linux 7.9.2009
Plesk version and microupdate number
Plesk Obsidian Version 18.0.43 Update #1
I have a web site that is working as defined within Plesk. The drive/mtn/partition that this site and Plesk is stored on is roughly 250gb. However, this site needs about 2TB of space for all of its multi-media galleries. The server has a second drive with enough storage, and I tried a symbolic link to a folder on the second drive from within the file structure, but neither FTP, nor the gallery management app (within Wordpress) can read/write to this directory/link, even though the permissions are the same.

Any ideas for a method to extend the storage/hosting of this site to the second drive in a way that's usable by FTP and Wordpress?

Thanks for your help.
 
Any ideas for a method to extend the storage/hosting of this site to the second drive in a way that's usable by FTP and Wordpress?
This could work with a fuse mount where a directory is (re)mounted elsewhere. Because it is a real mount, there are no issues with chroot.
 
It looks like I've found the solution (from another sys admin).

mount --bind /source/folder/path /destination/path

I found this question asked once before without an answer on this forum. So hopefully this helps.
 
Back
Top