Hi, all:
I use CF that 's space is 256M. I do this following developers'
handbook:
Creat image like this:
dd if=/dev/zero of=image.bin bs=1k count=(256*1024)
After I do this , It's slow when compress this image and when write
image to cf disk. Other way, I think using entire hardisk that's space
is 20G, how do I do . If modify count to 20G, the image file will very very
big and process is very slow.
How to make m0n0 image when I using big disk ? thanks . Do you have
other way to do this ? |