Yes, the localhost:/.cfsfs is in /etc/exports as
/.cfsfs localhost(rw)
Yes, the RPC for cfsd is registered
~> rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 709 status
100024 1 tcp 712 status
1092830567 2 udp 3049
100021 1 udp 32773 nlockmgr
100021 3 udp 32773 nlockmgr
100021 4 udp 32773 nlockmgr
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 tcp 51538 nlockmgr
100021 3 tcp 51538 nlockmgr
100021 4 tcp 51538 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100005 1 udp 713 mountd
100005 1 tcp 716 mountd
100005 2 udp 713 mountd
100005 2 tcp 716 mountd
100005 3 udp 713 mountd
100005 3 tcp 716 mountd
what doesn't work is that I cannot mount the /.cfsfs mountpoint
~> Z mount -vvv -o port=3049,intr,nfsprog=1092830567,nfsvers=2
localhost:/.cfsfs /crypt
mount: no type was given - I'll assume nfs because of the colon
mount: trying 127.0.0.1 prog 1092830567 vers 2 prot udp port 3049
mount: trying 127.0.0.1 prog 100005 vers 1 prot udp port 713
mount: localhost:/.cfsfs failed, reason given by server: Permission denied
cfsd, mountd, and rpc are all running so why in the tar won't the cfs
mountpoint be mounted?
~> yum list cfs\*
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files
Installed Packages
cfs.i386 1.4.1-7.fc5
installed
cfs-utils.i386 1.4.1-7.fc5
installed
See. They are installed and cfsd is running and SELINUX is disabled...