All tags

Posts tagged: #partimage

running partimage in batch mode

9 minute read
A continuation of the partimage project. As it would appear that stdout support doesn't work due the user interface making use of stdout, I have been figuring out how to make the program run in batch …
Read More

partimage + stdout, existing code

1 minute read
On first inspection it looks like some code already exists for writing an image to stdout (standard output). image_disk.cpp, line 558 if (strcmp(m_szImageFilename, "stdout")) { //.…
Read More

compiling partimage

2 minute read
Had a problems getting partimage to compile on one of my pcs from a fresh checkout. svn co https://partimage.svn.sourceforge.net/svnroot/partimage/trunk/partimage partimage The ./autogen.sh script w…
Read More

Today's project - partimage enhancement

2 minute read
me and partimage I recently reorganised the partitions on my laptop, with the help of some invaluable OSS tools. The laptop was split into OS partitions, with a data and swap partition at the end, but…
Read More