FTP (vsftpd) can't see mounted SMB drives
by userarrayuser from LinuxQuestions.org on (#6KW49)
Hello,
On Almalinux 8 if I mount a drive (from another server) and if a client connects to Almalinux via FTP (vsftpd) the mounted folder not visible in FTP client.
I checked the permissions and I tried with root user too.
This is how I mount the SMB drive:
//192.168.1.2/share-folder /root/remote-folder cifs username=remoteuser,password=12345678,iocharset=utf8,file_mode=0777,dir_mode=0777
What is missed?
Thank You
On Almalinux 8 if I mount a drive (from another server) and if a client connects to Almalinux via FTP (vsftpd) the mounted folder not visible in FTP client.
I checked the permissions and I tried with root user too.
This is how I mount the SMB drive:
//192.168.1.2/share-folder /root/remote-folder cifs username=remoteuser,password=12345678,iocharset=utf8,file_mode=0777,dir_mode=0777
What is missed?
Thank You