<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Partition_checks_found_error%28s%29_on_partitions</id>
		<title>Partition checks found error(s) on partitions - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Partition_checks_found_error%28s%29_on_partitions"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Partition_checks_found_error(s)_on_partitions&amp;action=history"/>
		<updated>2026-04-18T11:22:37Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Partition_checks_found_error(s)_on_partitions&amp;diff=1558&amp;oldid=prev</id>
		<title>Ericgearhart at 02:19, 8 July 2009</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Partition_checks_found_error(s)_on_partitions&amp;diff=1558&amp;oldid=prev"/>
				<updated>2009-07-08T02:19:11Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*Here is my initial problem:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Error from Partimage: &amp;quot;Partition checks found error(s) on partitions&amp;quot; (Clonezilla works fine on this box though...)&lt;br /&gt;
Here's my filesystem layout:&lt;br /&gt;
/dev/hda1 is /boot&lt;br /&gt;
/dev/hda2 is swap&lt;br /&gt;
/dev/hda3 is /&lt;br /&gt;
&lt;br /&gt;
An 'fsck -f /' reports no errors when I boot into single user mode,&lt;br /&gt;
and the box boots cleanly, yet when I setup a task to image the box in&lt;br /&gt;
FOG I get this error when Partimage tries to image the / filesystem.&lt;br /&gt;
The box is RHEL 5.3, if that makes a difference. No LVM in use, just&lt;br /&gt;
plain ol ext3.&lt;br /&gt;
&lt;br /&gt;
Even stranger is the fact that Clonezilla (which also uses Partimage)&lt;br /&gt;
images and restores to the box fine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''I was able to resolve this error when I saw this post over on the FOG forums:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;quot;RE: FOG 0.26 backup of Centos partition fails By: Tom Merrick&lt;br /&gt;
(tmerrick) - 2009-03-14 05:00&lt;br /&gt;
&lt;br /&gt;
One way around this is to put a -m on the partimage command line,&lt;br /&gt;
telling it to ignore if already mounted.&lt;br /&gt;
&lt;br /&gt;
Also, I wonder if there should not be a -M on this line also so it&lt;br /&gt;
will not save the MBR since you save it first anyway.&lt;br /&gt;
&lt;br /&gt;
One note though is that people should specify linux as the OS type if&lt;br /&gt;
grub is the boot loader, even on dual boot systems. &amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''NOTE THIS IS FOR FOG VERSION .26 - they might incorporate this fix into .27'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tftpboot/fog/images&lt;br /&gt;
gunzip init.gz&lt;br /&gt;
mkdir initmountdir&lt;br /&gt;
mount -o loop init initmountdir&lt;br /&gt;
cd initmountdir/bin&lt;br /&gt;
nano -w fog&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Page down to line 772 and add '-m -M' to the end of it&lt;br /&gt;
The line should looks like this when you're done:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/usr/local/sbin/partimage save $part $imgpart --volume=9900000000 -z1 -o -d -f3 -b -c -m -M&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Page down to line 851 and add 'm -M' to that line as well&lt;br /&gt;
&lt;br /&gt;
When you're done line 851 should also look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;/usr/local/sbin/partimage save $part $imgpart --volume=9900000000 -z1 -o -d -f3 -b -c -m -M&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After editing these lines, we have to cleanup and put init.gz back where it was:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd ../..&lt;br /&gt;
umount initmountdir/&lt;br /&gt;
rmdir initmountdir&lt;br /&gt;
gzip init&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A task to image your CentOS / RHEL host should work now... that fixed it for me! [[User:Ericgearhart|Ericgearhart]] 19:17, 7 July 2009 (MST)&lt;/div&gt;</summary>
		<author><name>Ericgearhart</name></author>	</entry>

	</feed>