Hi All,
My goal is to provide file access through HTTP to all of my NFS shared drive that i dedicated for public access.
Is it possible to create a website using HTTP which list all of the contains of my NFS shared drive to the public ?
it is failed even just to showmount, in Windows i usually access it using \\10.2.2.50\Volume_1 on the windows explorer.
Code:
root@sv6:/etc/apache2# apt-get install nfs-common
root@sv6:/etc/apache2# showmount
clnt_create: RPC: Program not registered
root@sv6:/etc/apache2# showmount -e 10.2.2.50
clnt_create: RPC: Port mapper failure - RPC: Unable to receive
Thanks.