* NFS exporting imports?
@ 2004-04-18 3:17 Larry McVoy
2004-04-18 4:09 ` Andre Tomt
2004-04-18 11:47 ` Kurt Fitzner
0 siblings, 2 replies; 3+ messages in thread
From: Larry McVoy @ 2004-04-18 3:17 UTC (permalink / raw)
To: linux-kernel
Long ago I remember that Linux had an unusual feature wherein you could
export /home and on the NFS server you could import something and it
would be exported. It was different than other NFS servers and this was
so long ago it may very well have been the user level NFS server code that
did this (in fact, I'll bet it was, it makes sense).
Regardless, I've finally hit a situation where that would be a nice feature
and I was wondering if there was some way to make the current (2.4) NFS
code do the same thing.
And while I'm here, is anyone maintaining the user level NFS server? Or
has anyone made it work on a recent kernel?
--lm
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: NFS exporting imports?
2004-04-18 3:17 NFS exporting imports? Larry McVoy
@ 2004-04-18 4:09 ` Andre Tomt
2004-04-18 11:47 ` Kurt Fitzner
1 sibling, 0 replies; 3+ messages in thread
From: Andre Tomt @ 2004-04-18 4:09 UTC (permalink / raw)
To: Larry McVoy; +Cc: linux-kernel
Larry McVoy wrote:
<snip>
> And while I'm here, is anyone maintaining the user level NFS server? Or
> has anyone made it work on a recent kernel?
When I was in sudden need for NFS on a server with a nonstandard kernel
installation and didn't have time to recompile, it worked just fine.
This was with kernel 2.4.24 or 2.4.25, on Debian Sarge (package
"nfs-user-server"). Upstream maintainers looks pretty dead, but Debian
has a at least kept it in a working state in their archive.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: NFS exporting imports?
2004-04-18 3:17 NFS exporting imports? Larry McVoy
2004-04-18 4:09 ` Andre Tomt
@ 2004-04-18 11:47 ` Kurt Fitzner
1 sibling, 0 replies; 3+ messages in thread
From: Kurt Fitzner @ 2004-04-18 11:47 UTC (permalink / raw)
To: linux-kernel; +Cc: Larry McVoy
Larry McVoy wrote:
> Long ago I remember that Linux had an unusual feature wherein you could
> export /home and on the NFS server you could import something and it
> would be exported. It was different than other NFS servers and this was
> so long ago it may very well have been the user level NFS server code that
> did this (in fact, I'll bet it was, it makes sense).
You are talking about re-exporting a filesystem? This is doable with
any v3 server/client using the "nohide" option in /etc/exports. You
have to explicitely export all filesystem mount points that you import,
but once you do, you can transparently switch between them on a client
with a single mount.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-04-18 11:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-18 3:17 NFS exporting imports? Larry McVoy
2004-04-18 4:09 ` Andre Tomt
2004-04-18 11:47 ` Kurt Fitzner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox