Hi, I have a NFS server on FreeBSD 9.0 where:
/etc/exports
and /etc/rc.conf
inside /data, I have a directory called compressed, create by the command:
On the katniss host I can mount /srv/vampird without problems, but when I mount /data the directory compressed is mapped to root instead of vampird. Any help????
/etc/exports
Code:
/srv/vampird -mapall=vampird katniss
/data -alldirs -mapall=vampird katniss
and /etc/rc.conf
Code:
# NFS server config
nfs_reserved_port_only="YES"
nfs_server_enable="YES"
inside /data, I have a directory called compressed, create by the command:
Code:
zfs set compression=gzip data/compressed
On the katniss host I can mount /srv/vampird without problems, but when I mount /data the directory compressed is mapped to root instead of vampird. Any help????