T
tintin
Guest
Hi,friends:
I make a tmpfs file system at a computer as server:
mount -t tmpfs -o size=100M tmpfs ./home/test
and then change file /etc/export:
./home/test 192.168.50.73(rw,fsid=1)
and restart nfs service.
At the client computer,I want to mount it:
mount -t nfs 192.168.50.66:/home/test ./home/testdir
and failed:
mount.nfs:access denied by server while mounting 192.168.50.66:home/test
so how can I mount it successful?
Any comments is welcome.
My English is bad,and come this page first ,if I do something wrong,Ask for forgiveness
I make a tmpfs file system at a computer as server:
mount -t tmpfs -o size=100M tmpfs ./home/test
and then change file /etc/export:
./home/test 192.168.50.73(rw,fsid=1)
and restart nfs service.
At the client computer,I want to mount it:
mount -t nfs 192.168.50.66:/home/test ./home/testdir
and failed:
mount.nfs:access denied by server while mounting 192.168.50.66:home/test
so how can I mount it successful?
Any comments is welcome.
My English is bad,and come this page first ,if I do something wrong,Ask for forgiveness