Hi, all.
I'm trying to set an NFS share for an LVM partition under ALARM. My clients are a Mac and a Raspberry running XBMC. Neither can connect to this share: I get a "You do not have permission..." message in OS X 10.8, and XBMC doesn't discover this share when I try to add it.
I've followed the wiki guide.
Here is my /etc/exports/
$this->bbcode_second_pass_code('', '/media/ 192.168.1.1/24(rw,fsid=0,no_subtree_check)
/media/Media/ 192.168.1.1/24(rw,no_subtree_check,async,no_root_squash,nohide,insecure)')
Here is my /etc/fstab/
$this->bbcode_second_pass_code('', '/dev/mapper/VolGroup00-lvolmedia /media/Media ext4 rw,relatime,user_xattr,barrier=1,data=ordered 0 0
/media/Media /srv/nfs4/Media none bind 0 0')
I have nfsd, rpc-mountd, rpc-idmapd services enabled and running. What am I doing wrong?