[ale] nfs mounted under and nfs

Lightner, Jeff JLightner at water.com
Thu Nov 15 15:26:03 EST 2012


You mean the server on which the filesystems are mounted has one NFS mounted from a source NAS and a separate NFS from another device or the same NAS?

One can certainly do such nested mounts but as you suspect if the parent NFS mount becomes unresponsive it will cause issues with the child NFS mount including the inability to unmount it even if the child server is still responsive.

I'd recommend doing two separate mounts that are NOT nested then putting symbolic link under the NAS mount to the other mount.  That way when both are mounted users will have access but if the parent isn't there it doesn't cause any problems with the child.

e.g.
NAS = mynas1  - Exports /billybob
NFS Server = myserver1  - Exports /ralph
NFS Client = myserver2

On myserver2 current config is:
mount mynas1:/billybob /billybob
mount myserver2:/ralph /billybob/ralph

Instead do on myserver2:
mount mynas1:/billybob /billybob
mount mserver2:/ralph /ralph
ln -s /ralph /billybob/ralph






-----Original Message-----
From: ale-bounces at ale.org [mailto:ale-bounces at ale.org] On Behalf Of Chuck Payne
Sent: Thursday, November 15, 2012 3:05 PM
To: Atlanta Linux Enthusiasts - Yes! We run Linux!
Subject: [ale] nfs mounted under and nfs

Guys,

I got a box where a directory is a nfs mount to our nas with an nas mount under it. Wouldn't that cause a lot of issues. Why would you want to do that? Is it best practice?

--
Terror PUP a.k.a
Chuck "PUP" Payne

(678) 636-9678
-----------------------------------------
Discover it! Enjoy it! Share it! openSUSE Linux.
-----------------------------------------
openSUSE -- en.opensuse.org/User:Terrorpup openSUSE Ambassador/openSUSE Member Community Manager -- Southeast Linux Foundation (SELF) skype,twiiter,identica,friendfeed -- terrorpup
freenode(irc) --terrorpup/lupinstein
Register Linux Userid: 155363

Have you tried SUSE Studio? Need to create a Live CD,  an app you want to package and distribute , or create your own linux distro. Give SUSE Studio a try. www.susestudio.com.
See you at Southeast Linux Fest, June 8-10, 2012 in Charlotte, NC.
www.southeastlinuxfest.org
_______________________________________________
Ale mailing list
Ale at ale.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo




Athena(r), Created for the Cause(tm)
Making a Difference in the Fight Against Breast Cancer

---------------------------------
CONFIDENTIALITY NOTICE: This e-mail may contain privileged or confidential information and is for the sole use of the intended recipient(s). If you are not the intended recipient, any disclosure, copying, distribution, or use of the contents of this information is prohibited and may be unlawful. If you have received this electronic transmission in error, please reply immediately to the sender that you have received the message in error, and delete it. Thank you.
----------------------------------




More information about the Ale mailing list