>From the NFS-HOWTO:
"Many Linux distributions lack a exportfs program. If you're exportfs-less you can install this script on your machine: ______________________________________________________________________ #!/bin/sh killall -HUP /usr/sbin/rpc.mountd killall -HUP /usr/sbin/rpc.nfsd echo re-exported file systems ______________________________________________________________________ Save it in, say, /usr/sbin/exportfs, and don't forget to chmod a+rx it. Now, whenever you change your exports file, you run exportfs after, as root." This works fine for me. Sean "Robert L. Harris" wrote: > > Ok, > Where the heck do I get exportfs from? I've done a "apt-cache search nfs" > and "apt-cache search *nfs*" but nothing that would point to any exportfs > type functionality.