|
|
|
|
|
|
|
|
|
|
xen-users
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@xxxxxxxxx> 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@xxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
> >
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|