<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'>NFS will follow symlinks, so you need to export the symlinked location (can be on another server) and then make sure your clients can see that NFS export as well.  This is handy for putting local temp directories in the same place on each of your clients. Also handy if you want to play follow-the-NFS-spaghetti game. <br><br>use mount --bind to make some other directory appear to be at that spot - ie if you create a nice big LVM and then use descriptive names and create another tree somewhere else, you can mount --bind the relevant roots back to /raid1 etc and it'll work. <br><br>//chris<br><hr><b>From: </b>"Lucas van staden" <lvs@dedmeet.com><br><b>To: </b>plug@plug.org.au<br><b>Sent: </b>Monday, 10 January, 2011 10:06:28 PM<br><b>Subject: </b>Re: [plug] Named nfs exports?<br><br>Can't share a symlink as nfs share, I think.<br><br>-Lucas<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 9:40 PM, Tim <span dir="ltr"><<a href="mailto:weirdit@gmail.com" target="_blank">weirdit@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I believe you can symlink.<br>
<br>
So move things to where you want them, and them symlink /raid1<br>
/raid2.... to the new spots. (On the server exporting  the nfs)<br>
<br>
Tim<br>
<div><div></div><div class="h5"><br>
On 10 January 2011 23:27, Brad Campbell <<a href="mailto:brad@fnarfbargle.com" target="_blank">brad@fnarfbargle.com</a>> wrote:<br>
> G'day all,<br>
><br>
> I've got a largeish network that was built around a set of exports on a<br>
> central server :<br>
><br>
> /raid1<br>
> /raid2<br>
> /raid3<br>
> /raid4<br>
><br>
> Is there any way I can re-arrange the server and relocate the mounted<br>
> filesystems without reconfiguring the clients? For a dumb example, something<br>
> like<br>
><br>
> /raid1  - > /server/backups<br>
> /raid2  -> /server/media<br>
> /raid3  -> /server/work<br>
> /raid4  -> /server/archives<br>
><br>
> With CIFS and Samba it's a piece of cake, you just change smb.conf and the<br>
> clients are none the wiser. I've just not managed to find a way to do<br>
> something similar with NFS.<br>
><br>
> I could just migrate the clients to CIFS I suppose, but seeing as it's a<br>
> purely Linux network, I know NFS/UDP is more efficient and it's just easier<br>
> to manage with user mapping.<br>
><br>
> Suggestions really welcome, I'm at a total loss.<br>
><br>
> Regards,<br>
> Brad<br>
> _______________________________________________<br>
> PLUG discussion list: <a href="mailto:plug@plug.org.au" target="_blank">plug@plug.org.au</a><br>
> <a href="http://www.plug.org.au/mailman/listinfo/plug" target="_blank">http://www.plug.org.au/mailman/listinfo/plug</a><br>
> Committee e-mail: <a href="mailto:committee@plug.linux.org.au" target="_blank">committee@plug.linux.org.au</a><br>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Timothy White - Somewhere in Australia<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
PLUG discussion list: <a href="mailto:plug@plug.org.au" target="_blank">plug@plug.org.au</a><br>
<a href="http://www.plug.org.au/mailman/listinfo/plug" target="_blank">http://www.plug.org.au/mailman/listinfo/plug</a><br>
Committee e-mail: <a href="mailto:committee@plug.linux.org.au" target="_blank">committee@plug.linux.org.au</a><br>
</div></div></blockquote></div><br>
<br>_______________________________________________<br>PLUG discussion list: plug@plug.org.au<br>http://www.plug.org.au/mailman/listinfo/plug<br>Committee e-mail: committee@plug.linux.org.au<br></div></body></html>