I trying to share an exported file-system from a domU machine.
/etc/exports:
/opt/bkup
$ sudo exportfs
exportfs: No host name given with /opt/bkup
(ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2),
suggest
*(ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2)
to avoid warning
/opt/bkup <world>
# bad but the world should be able to mount the share
from another machine:
$ sudo mount hornet:/opt/bkup /mnt/test
mount: hornet:/opt/bkup failed, reason given by server: Permission denied
Am I missing something, another FS I should compile in?
base system is centos 4.1
recompiled nfs support into domU kernel
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_SUNRPC=y
Thanks in advance,
Jesse Waters
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|