Hello all, root@domU_1:~# mount domU_2:/home mnt_point/ mount: unknown filesystem type ''nfs'' both dom0 and domU''s boot 2.6.12.6-xen the nfs modules are present en dom0 /lib/modules/2.6.12.6-xen/kernel/fs/nfs/nfs.ko /lib/modules/2.6.12.6-xen/kernel/fs/nfsd/nfsd.ko Any help out there? Thanks in advance. Chris. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Chris Fanning
2006-Feb-03 16:18 UTC
[Xen-users] Re: mount: unknown filesystem type ''nfs''
> root@domU_1:~# mount domU_2:/home mnt_point/ > mount: unknown filesystem type ''nfs'' > > both dom0 and domU''s boot 2.6.12.6-xen > the nfs modules are present en dom0 > /lib/modules/2.6.12.6-xen/kernel/fs/nfs/nfs.ko > /lib/modules/2.6.12.6-xen/kernel/fs/nfsd/nfsd.ko > > Any help out there? >it seems that I can''t mount any nfs from a domU root@domU:~# mount not_a_xen_box:/home mntpnt/ mount: unknown filesystem type ''nfs'' I can however mount something shared from the domU not_a_xen_box:~# mount domU:/home mntpnt/ ok! It seems that the domU is serving ok So my problem is the domU nfs client. is this a known issue?> Thanks in advance. > > Chris. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ernst Bachmann
2006-Feb-03 16:26 UTC
Re: [Xen-users] Re: mount: unknown filesystem type ''nfs''
On Friday 03 February 2006 17:18, Chris Fanning wrote:> > root@domU_1:~# mount domU_2:/home mnt_point/ > > mount: unknown filesystem type ''nfs'' > > > > both dom0 and domU''s boot 2.6.12.6-xen > > the nfs modules are present en dom0 > > /lib/modules/2.6.12.6-xen/kernel/fs/nfs/nfs.ko > > /lib/modules/2.6.12.6-xen/kernel/fs/nfsd/nfsd.ko > > > > Any help out there? > > it seems that I can''t mount any nfs from a domU > > root@domU:~# mount not_a_xen_box:/home mntpnt/ > mount: unknown filesystem type ''nfs''does it work if you do a "modprobe nfs" before the mount? I have lots of domUs running, all using nfs happily. /Ernst _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Chris Fanning
2006-Feb-03 16:33 UTC
Re: [Xen-users] Re: mount: unknown filesystem type ''nfs''
> > does it work if you do a "modprobe nfs" before the mount?nfs wasn''t loaded on dom0 (it is now) root@domU:~# modprobe nfs FATAL: Module nfs not found. till no joy. the nfs server on domU work''s ok. It the client on domU that says: mount: unknown filesystem type ''nfs'' chris On 2/3/06, Ernst Bachmann <e.bachmann@xebec.de> wrote:> On Friday 03 February 2006 17:18, Chris Fanning wrote: > > > root@domU_1:~# mount domU_2:/home mnt_point/ > > > mount: unknown filesystem type ''nfs'' > > > > > > both dom0 and domU''s boot 2.6.12.6-xen > > > the nfs modules are present en dom0 > > > /lib/modules/2.6.12.6-xen/kernel/fs/nfs/nfs.ko > > > /lib/modules/2.6.12.6-xen/kernel/fs/nfsd/nfsd.ko > > > > > > Any help out there? > > > > it seems that I can''t mount any nfs from a domU > > > > root@domU:~# mount not_a_xen_box:/home mntpnt/ > > mount: unknown filesystem type ''nfs'' > > does it work if you do a "modprobe nfs" before the mount? > > I have lots of domUs running, all using nfs happily. > > /Ernst > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Chris Fanning
2006-Feb-03 17:05 UTC
Re: [Xen-users] Re: mount: unknown filesystem type ''nfs''
ok. I''ve just tried root@domU:~# mount -t smbfs -o username=me //not_a_xen_box/public mnt/ and I get ERROR: smbfs filesystem not supported by the kernel dom0# modprobe smbfs loads ok. Do I need to compile nfs and smbfs into the kernel instead of having them as modules? Chris. On 2/3/06, Chris Fanning <christopher.fanning@gmail.com> wrote:> > > > does it work if you do a "modprobe nfs" before the mount? > nfs wasn''t loaded on dom0 (it is now) > > root@domU:~# modprobe nfs > FATAL: Module nfs not found. > > till no joy. > the nfs server on domU work''s ok. It the client on domU that says: > mount: unknown filesystem type ''nfs'' > > chris > > > On 2/3/06, Ernst Bachmann <e.bachmann@xebec.de> wrote: > > On Friday 03 February 2006 17:18, Chris Fanning wrote: > > > > root@domU_1:~# mount domU_2:/home mnt_point/ > > > > mount: unknown filesystem type ''nfs'' > > > > > > > > both dom0 and domU''s boot 2.6.12.6-xen > > > > the nfs modules are present en dom0 > > > > /lib/modules/2.6.12.6-xen/kernel/fs/nfs/nfs.ko > > > > /lib/modules/2.6.12.6-xen/kernel/fs/nfsd/nfsd.ko > > > > > > > > Any help out there? > > > > > > it seems that I can''t mount any nfs from a domU > > > > > > root@domU:~# mount not_a_xen_box:/home mntpnt/ > > > mount: unknown filesystem type ''nfs'' > > > > does it work if you do a "modprobe nfs" before the mount? > > > > I have lots of domUs running, all using nfs happily. > > > > /Ernst > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users