You are not logged in.
I have a hfsplus formatted partition for use between Arch and OSX. Journaling on the OSX side for the partition is disabled so Arch can read/write to it but /usr/bin/exportfs cannot seem to export it even readonly. Google failed me. Can hfsplus get exported by nfs with some tweaks?
exportfs -rav
exportfs: /srv/nfs/share does not support NFS export
cat /etc/exports
/srv/nfs 192.168.1.0/24(ro,fsid=0,no_subtree_check)
/srv/nfs/share 192.168.1.0/24(ro,no_subtree_check,insecure)
Offline