Help with setting up Linux mount
Budget: £20 – £250 GBP
On RHEL 8.6, I am looking for a Linux expert to point me in the right direction...
I have created a new logical volume and created an XFS file system on it. I am trying to mount the device to a location for a user to access files over FTP. The mount is created and works as root, but the folder is not visible to the user.
Here is my fstab entry:
/dev/vg_s/lv_s /var/www/vhosts/mydomain.com/httpdocs/storage xfs defaults 0 0
It works, and I can browse the mounted directory using the Plesk file browser, and I can FTP as root (just for testing) and I see it, but the user cannot see it over FTP.
Ownership of the mounted directory and file permissions all seems to be correct. I have run CHOWN -R, but still not visible over FTP for the user.
I have created a new logical volume and created an XFS file system on it. I am trying to mount the device to a location for a user to access files over FTP. The mount is created and works as root, but the folder is not visible to the user.
Here is my fstab entry:
/dev/vg_s/lv_s /var/www/vhosts/mydomain.com/httpdocs/storage xfs defaults 0 0
It works, and I can browse the mounted directory using the Plesk file browser, and I can FTP as root (just for testing) and I see it, but the user cannot see it over FTP.
Ownership of the mounted directory and file permissions all seems to be correct. I have run CHOWN -R, but still not visible over FTP for the user.