How to see application folders using hostpath or mountpath

Yser

Cadet
Joined
Mar 3, 2023
Messages
6
Hi, does anyone know how to make application folders visible via hostpath or mount path.

1. When I set Host Path with no additional storage, I only see 1 file (wp-config.php) in the host path, no other folders or files. Where are they?
2. Is there a way to see the content of /public_html/*.* or the application file structure through SFTP or Share ?
3. When I tried setting Additional Storage as below, I got mounting errors, so I can't deploy the app.


The previously known Application File Structure is as follows:
/public_html/
/public_html/wp-content/
/public_html/wp-config.php
/public_html/*.*

The system has 3 datasets:
/mnt/Pool/Program_Files/WordPress
/mnt/Pool/Program_Files/WordPress/sitename.com
/mnt/Pool/Program_Files/WordPress/sitename.com/public_html <== NFS Share

Application Host Path:
/Pool/Program_Files/WordPress/sitename.com

Application Additional Storage:
Path on NFS Server:
/mnt/Pool/Program_Files/WordPress/sitename.com/public_html
Mount Path: /public_html
 
Top