colinux下的ext4支援 - Linux

Table of Contents

http://sourceforge.net/projects/portableubuntu/files/portableubuntu/TRES/

在其中執行dmesg的結果。
Linux version 2.6.33-co-0.8.0 (hn@hn-lt) (gcc version 4.4.1 [gcc-4_4-branch

這是它的第一行。嗯,核心有支援,應該萬無一失了吧!
本來滿心歡喜,想說終於可以使用了。結果試了三天,e2fsprogs抓回來自己編,
mount也更正到可以使用的版本,應該一切都解決了,沒想到mount還跟我說它不認得什
麼叫 ext4 !

再去colinux的網站找找,找到線索了:

「ext4是使用modules的方式支援的。」

找呀找的,終於在 colinux底下找到modules了。

vmlinux-modules.tar.gz,不過解不開。是在windows下使用winrar解開的。通通丟到
colinux 根目錄之下的 /lib/modules/2.6.33-co-0.8.0 。然後,的確有ext4的支援。

好了。

modprobe ext4
mount /dev/cobd7 /wherever

終於,它自個兒掛上去。感動中。

--

All Comments

Lily avatarLily2011-11-04
竟然有人在玩這 !!
Oscar avatarOscar2011-11-09
tar zxvf vmlinux-modules.tar.gz
Hazel avatarHazel2011-11-09
不支援host x64頗麻煩的....
Emma avatarEmma2011-11-11
tar zxvf 還是沒有解開...。找不出問題就懶得找了。
Gary avatarGary2011-11-12
用 file vmlinux-modules.tar.gz 直接猜格式吧