From: Henry N. <Hen...@Ar...> - 2007-02-26 20:34:57
|
Ryan Underwood wrote: > On Tue, Feb 27, 2007 at 02:00:27AM +1000, Sam Moffatt wrote: >> Mmm, cifs should be in there as a module, I just checked the latest >> autobuild and the module was there in it. > > Henry's mail summarizes the problem: > ----------------------------------------------- > coLinux 0.7.x with kernel 2.6.12: > # CONFIG_CIFS is not set > > coLinux 0.8.x with kernel 2.6.13, 2.6.14, 2.6.15: > # CONFIG_CIFS is not set > > coLinux 0.8.x with kernel 2.6.17: > CONFIG_CIFS=m > ----------------------------------------------- > > I'm not sure why smbfs is compiled in while cifs is built as a module > though. smbfs was the first and only way to copy files from Windows host into coLinux Guest before cofs and initrd was usabel. After cofs is working, we use cofs to install all the other kernel modules, and nobody has changed the smbfs to module. I'm not shure, perhaps some peoples with installing a new distri use smbfs for copying files? Would no risk to break this way. Is it ok to change it as module? What other modules are missed? For sample some of NLS? We can change something all in the devel version. -- Henry Nestler |