A loop device mounted within an NFS share is not accessible via NFS?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
OK, adding the verbose option "-v" didn't give me any extra information. The man pages for mount tell me that verbose only prints messages when the mount succeeds.
showmount -e shows me that /opt/nfs is exported... The entry is, and I quote :-)
I think the difference between what you do and what I do is that I have "/mnt" exported (the top level directory). And within that I have mounted the loop device (in your case, i guess your ISO is mounted at /mnt/iso).
My /etc/exports file looks like this
Code:
/opt/nfs *(rw,no_root_squash,no_all_squash,sync)
If I export the /opt/nfs/dir1 directly, I am able to access it, but NOT when I try it this way.
I think I might be asking for too much, but can you try it by exporting the /mnt directory, mounting your ISO at /mnt/iso, then trying to NFS mount the /mnt/iso? If that works for you, then I'm definitely screwing up something :-)
Edit: I set the /etc/exports the same as yours, and restarted the NFS server. That didn't work. And BTW my fs_image file's permissions are set to 777.
Last edited by srikanthnv; 11-25-2008 at 12:38 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.