Can I mount a CIFS file system using NFSv4?
I thought I had it working and then after a reboot-it stopped working. I have been unable to make it work again.
I have the following in /etc/exports:
/data/share [IP_ADDRESS](rw,sync,fsid=0)
And I keep getting the following error: "exportfs: exportfs: /data/share does not support NFS export".
Any suggestions?