Hi, Here''s my problem : I want to use a domU (ubuntu) with the support of smbfs. My xen dom0 is lauching with 2.6.12.6-xen0, but there''s no smbfs inside /lib/modules/fs nor inside my domU 2.6.12.6-xenU. So, here''s my question : Do i need to "install" it inside the xen0 modules, or inside my xenU modules ? And how to "install" it (compiling?) ? thx in advance _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, go to the folder where you have your xen sources. There are two seperate folders for Dom0 and DomU (linux-2.6.16-xen0 and linux-2.6.16-xenU). just do a "make menuconfig" in both and add smbfs with the help of the menu. then back to the xen sources (cd ..) make dist make install reboot done Hope that helps Mattes Aurelien Neyrand wrote:> Hi, > > Here''s my problem : I want to use a domU (ubuntu) with the support of > smbfs. > My xen dom0 is lauching with 2.6.12.6-xen0, but there''s no smbfs > inside /lib/modules/fs nor inside my domU 2.6.12.6-xenU. > So, here''s my question : Do i need to "install" it inside the xen0 > modules, or inside my xenU modules ? And how to "install" it > (compiling?) ? > > thx in advance > > > _______________________________________________ > 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
Hi Aurelien,> Hi, > > Here''s my problem : I want to use a domU (ubuntu) with the support of > smbfs. > My xen dom0 is lauching with 2.6.12.6-xen0, but there''s no smbfs > inside /lib/modules/fs nor inside my domU 2.6.12.6-xenU. > So, here''s my question : Do i need to "install" it inside the xen0 > modules, or inside my xenU modules ? And how to "install" it > (compiling?) ?If you want to use smbfs in domU you have to prepare your domU kernel. Change to your 2.6.12.6-xenU kernel directory and type: # make menuconfig Mark "File systems --> Network File Systems --> SMB file system support" with "M" for a module or "*" for build-in. Exit and type: # make Your kernel will be build. If you have chosen to build a module, type: # make modules_install Don''t forget to copy the modules to your domU system so that the kernel could load the modules. Regards Matze _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Which version of xen you are running? You need to recompile your kernel and add smbfs support to your dom-U kernel. Through "make mencuconfig ARCH=xen" - for xen 2.x versions - and add support for smbfs. Or please upgrade your xen to 3.0.2. Smb support is added for both dom-0 and dom-U kernel for binary package of xen. Aurelien Neyrand wrote:>Hi, > >Here''s my problem : I want to use a domU (ubuntu) with the support of >smbfs. >My xen dom0 is lauching with 2.6.12.6-xen0, but there''s no smbfs >inside /lib/modules/fs nor inside my domU 2.6.12.6-xenU. >So, here''s my question : Do i need to "install" it inside the xen0 >modules, or inside my xenU modules ? And how to "install" it >(compiling?) ? > >thx in advance > > >_______________________________________________ >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
I''m using 3.0.1. I couldn''t find "smbfs" into the changelog file of 3.0.2, so i thought i had to recompile everything. I think i''ll just download the latest xen. Thx to you i''m avoiding a full day of headache :) thx a lot> Which version of xen you are running? You need to recompile your kernel > and add smbfs support to your dom-U kernel. Through "make mencuconfig > ARCH=xen" - for xen 2.x versions - and add support for smbfs. > > Or please upgrade your xen to 3.0.2. Smb support is added for both dom-0 > and dom-U kernel for binary package of xen. > > Aurelien Neyrand wrote: > > >Hi, > > > >Here''s my problem : I want to use a domU (ubuntu) with the support of > >smbfs. > >My xen dom0 is lauching with 2.6.12.6-xen0, but there''s no smbfs > >inside /lib/modules/fs nor inside my domU 2.6.12.6-xenU. > >So, here''s my question : Do i need to "install" it inside the xen0 > >modules, or inside my xenU modules ? And how to "install" it > >(compiling?) ? > > > >thx in advance > > > > > >_______________________________________________ > >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_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users