*空のimgファイル(5G)作成
C:¥coLinux> fsutil file createnew colinux_new.img 5368709120
*coLinuxの設定ファイルに以下を追加
+ cobd2="C:\coLinux\colinux_new.img"
*既存領域のコピーと、ファイルシステムサイズの変更
# dd if=/dev/cobd0 of=/dev/cobd2
# e2fsck -f /dev/cobd2
# resize2fs -p /dev/cobd2
*coLinuxの設定ファイル変更
- cobd0="C:\coLinux\Fedora-7img"
+cobd0="C:\coLinux\colinux_new.img"
- cobd2="C:\coLinux\colinux_new.img"