what am I doing wrong?
host "A" /etc/exports
includes the entry
/home 192.168.1.15(rw)
and I issue;
exportfs -a
then on host "B"
mount -t nfs 192.168.1.5:/home /mnt/bob
I get home mounted on bob... great
except every directory in home is "permission denied".
Am I not accessing it "as root"?