WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] domU nfs server export

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU nfs server export
From: Jesse Waters <jesse.waters@xxxxxxxxx>
Date: Wed, 16 Nov 2005 11:52:32 -0500
Delivery-date: Wed, 16 Nov 2005 22:48:07 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=e3KW2n8iydtN89VCIcByhaBI2lbzkN6aqJJda/XrcxAAfJ+zfqo7jKA8Kuq8F+0jOgMkG3BuPldpd/Q+78s38cqA6ciZhdPbDl/tgypKAn/ui3sqtpBwpzp39UwUvXzs8YP9VgkwqQFc7aW7fBHYepk9JuGB8zgu4JeFSPP2NOo=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] domU nfs server export, Jesse Waters <=