2009年2月3日

移動andLinux在windows下的磁碟檔

andLinux在windows下的磁碟檔為base.drv 和 swap.drv
預設被存放在C:\Program Files\andLinux\Drives 下
想到搬到其它的硬碟下, 比方說:g:\andLinuxDisk\
  1. 先將andLinux 的service停止
  2. 再將base.drv和swap.drv移動到想要的目錄下
  3. 修改設定檔C:\Program Files\andLinux\setting.txt, 如下所示
  4. 再將service重新起動即可(但TAP-colinux的網路介面卡無法起動, 需要重新開機才有辨法, 目前還不知道為什麼)
mem=256
root=/dev/cobd0
initrd=initrd.gz
kernel=vmlinux
cobd0=g:\andLinuxDisk\base.drv
cobd1=g:\andLinuxDisk\swap.drv
eth0=slirp
eth1=tuntap,"TAP-Colinux",00:11:22:33:44:55


如果要加大磁碟檔的大小, 可以參考下面這個網頁
http://colinux.wikia.com/wiki/ExpandingRoot#The_most_reliable_way_to_enlarge_the_root_partition

沒有留言:

coap-client 4.3.0 Windows build

coap-client  is a  wget -like tool to generate simple requests for retrieval and modification of resources on a remote server.  Got the sour...