Hi all<br><br>I need to instantiate a vm in netkit with more space on disk. The default has 1 GB.<br>How do I create a disk image to use with netkit?<br>The automated procedure (make -f Makefile.devel) is not working for me.<br>
<br>I&#39;d be really ok with a bigger disk with the same content of my current one. So I tried and created from scratch (dd) a disk image, created a partition, an ext3 fs on it, mounted it, and I copied the content of the original image.<br>
But when I launch vstart I got some strange behaviour.<br><br>When I try:<br>    vstart vm1 --verbose --con0=this<br>results:<br>   Creating &quot;/home/luca/netkit_stuff/netsukuku/vm1.disk&quot; as COW file for &quot;/home/luca/netkit/fs/netkit-fs&quot;<br>
    ubda: ubda1<br>   VFS: Mounted root (ext2 filesystem) readonly.<br><br>Whilst when I try:<br>    vstart vm2 --verbose --con0=this -m /home/luca/netkit/fs/my-own-fs<br>results:<br>   Creating &quot;/home/luca/netkit_stuff/netsukuku/vm2.disk&quot; as COW file for &quot;/home/luca/netkit/fs/my-own-fs&quot;<br>
    ubda: ubda1<br>   List of all partitions:<br>   6200    1048576 ubda driver: uml-blkdev<br>     6201    1048540 ubda1<br>   No filesystem could mount root, tried:  ext3 ext2 cramfs romfs<br>   Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(98,0)<br>
<br><br>