On Wed, 18 May 2011, Serge Hallyn wrote:

>   dd if=/dev/zero of=/srv/container1.rootfs.img bs=1M skip=10000 count=1

That ought to be seek=10000, not skip. (you skip the input, seek the 
outout)

I'm not a fan of this though - if you create the image file(s) using dd 
there is a good chance it's going to be mostly consecutive blocks on the 
disk which is probably going to be more efficient in the long-run.

Gordon

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to