KFS just uses the NFS client support from the OS — it runs its own server. I doubt the ability to connect to NFS servers will be removed from the client version of OS X any time soon. (In 10.6 the FTP implementation is based around NFS.) It's still possible, but I'd say unlikely.
KFS can also be updated to use other file sharing that the client version of Mac OS X supports. Alternatives that could be implemented include AFP, FTP, and WebDAV. None of these would necessarily be technically better, but are alternatives if NFS support is removed.
Whitney Young
FadingRed
wby...@fadingred.com
www.fadingred.com
It seems that the Lion NFS implementation expects that the portmap daemon is running at some point which caused the hang. The change I made ensures that the portmap daemon gets started, but registers an NFS service under version number 999 to ensure that we don't harm anyone who's really trying to run an NFS server. I also submitted a bug report to Apple in hopes that they're remove the need to have the portmap daemon running (since it's not technically required).
Whitney Young
FadingRed
wby...@fadingred.com
www.fadingred.com
Whitney Young
FadingRed
wby...@fadingred.com
www.fadingred.com
There's still a quirk with it, though, so I'm going to leave my previous fix in place. The quirk is that the Finder will not display the mounted volume for about 10 seconds after the mount unless portmap is running. I'm guessing that connecting to portmap times out and then things continue.
We'll see what happens in the upcoming releases.
Whitney Young
FadingRed
wby...@fadingred.com
www.fadingred.com
Cheers,
Whitney Young
FadingRed
wby...@fadingred.com
www.fadingred.com