On Thursday 01 September 2005 19:45, Kai Tan wrote: > I was trying to build 2.6.10 UML kernel modules and install them to > root_fs. My host kernel is 2.4.20-8.
> I followed the instructions on UML website. > Under the 2.6.10 kernel source dir on host, I did "make modules ARCH=um", > Them I mounted root_fs file on host's /mnt/umlRoot so I can do "make > modules_install INSTALL_MOD_PATH=`pwd`/mnt/umlRoot ARCH=um" > However, I hit "cp: writing > `/mnt/umlRoot//lib/modules/2.6.10/kernel/net/ipv4/netfilter/ipt_mac.ko': No > space left on device" > I still have enough space on the host, That doesn't count, and there is no "BTW". You must add space to the end with dd (Be careful, remember conv=notrunc at least and check your cmd line!) and then use resize2fs. > is there anyway to expand the > root_fs BTW, is it even possible to run a guest kernel 2.6.10 on a host > with 2.4.x kernel? > I tried with 2.6.12 before on the same host and it quits immediately after > being loaded. Add stderr=1 to the options and look (and post) the messages. Also, in 90%, this issue is a configuration error. -- Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!". Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894) http://www.user-mode-linux.org/~blaisorblade ___________________________________ Yahoo! Agenda ti aiuta a ricordare impegni, appuntamenti e compleanni http://agenda.yahoo.it ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
