<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Repair Training Plus &#187; Partimage</title>
	<atom:link href="http://www.computerrepairtrainingplus.com/category/open-source/partimage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computerrepairtrainingplus.com</link>
	<description>Training future technicians in both hardware and software.</description>
	<lastBuildDate>Sat, 07 Jan 2012 23:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Partimage &#8211; Open Source &#8211; Image Creation Utility</title>
		<link>http://www.computerrepairtrainingplus.com/2009/10/06/partimage/</link>
		<comments>http://www.computerrepairtrainingplus.com/2009/10/06/partimage/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 03:50:22 +0000</pubDate>
		<dc:creator>gfrench</dc:creator>
				<category><![CDATA[Partimage]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Computer Repair Training]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://www.computerrepairtrainingplus.com/?p=103</guid>
		<description><![CDATA[<p>Partimage is a great program for backing up important files.  I have successfully used it in a large computer lab to backup and maintain operating system images for a numbers of computers using different operating systems.  Partimage is fast and reliable and since it is Open Source it is also free.</p>
<p>To begin you will need a copy of Linux LiveCD that you can use to boot your computer.  Using a LiveCD allows you to run your computer from the CD and not the hard drive.  This allows you complete control over the hard drive files.  You can copy, delete, modify, repair, or backup files, folders, partitions, or complete hard drives.  LiveCDs have become a very important tool for maintaining computers.  I use the Insert LiveCD that has both Gparted and Partimage and is less than 100MB.  Because of its small size it boots and runs very quickly.  You can even install it on a flash drive for added convenience.</p>
<p>1.  Boot your computer using Insert LiveCD.  You might have to change your boot settings in BIOS to allow the CDROM to boot first.  You can access the BIOS settings during startup by pressing a key on the keyboard.  There is usually [...]]]></description>
			<content:encoded><![CDATA[<p>Partimage is a great program for backing up important files.  I have successfully used it in a large computer lab to backup and maintain operating system images for a numbers of computers using different operating systems.  Partimage is fast and reliable and since it is Open Source it is also free.</p>
<p>To begin you will need a copy of Linux LiveCD that you can use to boot your computer.  Using a LiveCD allows you to run your computer from the CD and not the hard drive.  This allows you complete control over the hard drive files.  You can copy, delete, modify, repair, or backup files, folders, partitions, or complete hard drives.  LiveCDs have become a very important tool for maintaining computers.  I use the Insert LiveCD that has both Gparted and Partimage and is less than 100MB.  Because of its small size it boots and runs very quickly.  You can even install it on a flash drive for added convenience.</p>
<p>1.  Boot your computer using Insert LiveCD.  You might have to change your boot settings in BIOS to allow the CDROM to boot first.  You can access the BIOS settings during startup by pressing a key on the keyboard.  There is usually a message that appears and tells you which key to press.  (Usually the <strong>Delete</strong> key.)</p>
<p>2.  After Insert starts up right click on the blue desktop and select Terminal Session&gt;Aterm -super user.  This open<img class="alignright size-medium wp-image-104" title="partimage 0" src="http://www.computerrepairtrainingplus.com/wp-content/uploads/2009/10/partimage-0-299x189.jpg" alt="partimage 0" width="299" height="189" /> a terminal window.  Now type<strong> mkdir /backup</strong> and press enter.  This creates a /backup directory using the mkdir command.</p>
<p>3.  Now type <strong>mount -t vfat /dev/hda6 /backup</strong> and press enter.  This mounts hda6 and allows files to be routed to the /backup directory.</p>
<p>4.  Now right click again on the blue desktop and select Applications&gt;Recovery/Backup&gt;Partimage.  You will have a window that opens showing you the hard drive partition information.  The partitions are listed hda1, hda2, hda5, and hda6.  Hda1 is the first and primary partition that is set active and therefore bootable.  Hda2 is the extended partition which is divided into 2 logical drives hda5 and hda6.  The numbers hda3 and hda 4 are reserved.  Hda1 is selected by default so tab to the next area.  Here you will type <strong>/backup/WinXP.img</strong> and this will tell Partimage you use the /backup directory and file name WinXP.img.  Tab again <img class="alignright size-medium wp-image-105" title="partimage 1" src="http://www.computerrepairtrainingplus.com/wp-content/uploads/2009/10/partimage-1-300x188.jpg" alt="partimage 1" width="300" height="188" />the default is Save partition.  Press F5 to go to the next windows.</p>
<p>5.  This windows <img class="alignright size-medium wp-image-106" title="partimage 2" src="http://www.computerrepairtrainingplus.com/wp-content/uploads/2009/10/partimage-2-300x188.jpg" alt="partimage 2" width="300" height="188" />provides some configuration setting options which you can leave in their default and press F5 to go to the next window.</p>
<p>6.  For the next several windows you can accept the default settings and just keep pressing F5 and/or Tab until Partimage starts<img class="alignright size-medium wp-image-108" title="partimage 7" src="http://www.computerrepairtrainingplus.com/wp-content/uploads/2009/10/partimage-71-300x189.jpg" alt="partimage 7" width="300" height="189" /> creating the image and saving the file.  It will finish with a report of elapsed time, speed, and size of the image.</p>
<p>7.  I also have a Partimage YouTube video that you</p>
<p>The <a href="../" target="_blank">Computer Repair Training</a> website has some additional information you might find helpful.</p>
<p>might find helpful.<a href="http://www.youtube.com/watch?v=tDbv59nctyc"><img class="alignleft size-medium wp-image-116" title="Partimage YouTube Video" src="http://www.computerrepairtrainingplus.com/wp-content/uploads/2009/10/Partimage-YouTube-Video1-300x211.jpg" alt="Partimage YouTube Video" width="300" height="211" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computerrepairtrainingplus.com/2009/10/06/partimage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

