Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I wanted to do simple NFS share, but it didn't work.
Here's the steps I followed
In the server side (192.168.131.77):
vi /etc/exports
/mnt/inst *(ro,sync)
# exportfs -a
# iptables –F
# service nfs restart
# showmount -e
Export list for rhe4as:
/mnt/inst *
in the client side (192.168.131.73):
# ping 192.168.131.77
64 bytes from 192.168.131.77: icmp_seq=0 ttl=64 time=3.91 ms
# mount -r 192.168.131.77:\mnt\inst \root\temp\inst
mount 192.168.131.77:mntinst failed, reason given by server: Permission denied
misleading in as much as a denied message when nothing exists? well i don't think that's justified as IF you are someone who's allowed to mount a share then you mount the correct share. If you start saying things like the specified share does not exist thenyou open up a huge hole in terms of providing information about the filesystem you are protecting. instead you just say "no" and leave it at that, as it's much more secure.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.