Hi Carl,<br>Not sure if you&#39;ve fixed this or not, but it looks as though you&#39;ve increased the partition size, but haven&#39;t resized the file system that&#39;s on the partition. Have a look at the resize2fs command. I think what you need is:
<br><br>resize2fs -p /dev/hda3 (assuming it&#39;s an ext2/ext3 filesystem)<br><br>Which should extend the filesystem to use all the space on the partition. It should leave all the data that&#39;s on the file system there, but make sure you back everything up just in case things don&#39;t work.
<br><br>Cheers,<br>Blake<br><br>
<div><span class="gmail_quote">On 9/8/07, <b class="gmail_sendername">Kingsley G. Morse Jr.</b> &lt;<a href="mailto:change@nas.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">change@nas.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wonder if the &quot;fsck&quot; command would shed any<br>light on the matter...<br><br>Thanks,<br>Kingsley<br><br>On 09/08/07 11:33, Carl Turney wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I have a weird symptom on my system.&nbsp;&nbsp;Here are the fdisk and df reports.
<br>&gt; Take particular note of the massive difference between hda3 total blocks<br>&gt; counts between the two, unlike for hda1 or hda2.<br>&gt;<br>&gt; fdisk says ...<br>&gt;<br>&gt; Disk /dev/hda: 80.0 GB, 80026361856 bytes
<br>&gt; 255 heads, 63 sectors/track, 9729 cylinders<br>&gt; Units = cylinders of 16065 * 512 = 8225280 bytes<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Blocks&nbsp;&nbsp; Id&nbsp;&nbsp;System<br>&gt; /dev/hda1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;104391&nbsp;&nbsp; 83&nbsp;&nbsp;Linux
<br>&gt; /dev/hda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 138&nbsp;&nbsp;&nbsp;&nbsp; 1004062+&nbsp;&nbsp;82&nbsp;&nbsp;Linux swap / Solaris<br>&gt; /dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 139&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9729&nbsp;&nbsp;&nbsp;&nbsp;77039707+&nbsp;&nbsp;83&nbsp;&nbsp;Linux<br>&gt;<br>&gt; df says ...<br>&gt;<br>&gt; Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1K-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used Available Use% Mounted on
<br>&gt; /dev/hda3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 37334192&nbsp;&nbsp;20044920&nbsp;&nbsp;15392800&nbsp;&nbsp;57% /<br>&gt; /dev/hda1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 101086&nbsp;&nbsp;&nbsp;&nbsp; 13044&nbsp;&nbsp;&nbsp;&nbsp; 82823&nbsp;&nbsp;14% /boot<br>&gt; tmpfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 257980&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;257980&nbsp;&nbsp; 0% /dev/shm<br>&gt;<br>

&gt; How did I get this?&nbsp;&nbsp;Well, I had an 80gb ide hard disk with a ~40GB LINUX<br>&gt; root in partition #3 and an unused ~40GB Windows in partition #4.&nbsp;&nbsp;I<br>&gt; mirrored the #3 LINUX partition onto a normal backup hard disk (using
<br>&gt; rsync - with success, as usual).&nbsp;&nbsp;Then I deleted partition #3 and #4 and<br>&gt; created one big LINUX partition #3.&nbsp;&nbsp;I &quot;restored&quot; from the backup using<br>&gt; the following tar command:<br>&gt; tar lcpf - . | ( cd /mnt/newroot; tar xpf - )
<br>&gt; /mnt/newroot being the mount point for my newly created/expanded partition<br>&gt;<br>&gt; Naturally, I rebooted immediately after repartitioning, relocated physical<br>&gt; original/backup disks as necessary, etc.
<br>&gt;<br>&gt; Everything works fine.&nbsp;&nbsp;All apps and data accessible etc.&nbsp;&nbsp;BUT I AM VERY<br>&gt; CONCERNED ABOUT THE CAUSE, POSSIBLE IMPLICATIONS, AND SOLUTION FOR THE<br>&gt; BLOCKS COUNTS DISCREPANCY.<br>&gt;<br>&gt; Thanks VERY much, anyone who can help.
<br>&gt;<br>&gt; Carl Turney<br>&gt; Mobile 027 6913 080<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Wellington Linux Users Group Mailing List: <a href="mailto:wellylug@lists.wellylug.org.nz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
wellylug@lists.wellylug.org.nz
</a><br>&gt; To Leave:&nbsp;&nbsp;<a href="http://lists.wellylug.org.nz/mailman/listinfo/wellylug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.wellylug.org.nz/mailman/listinfo/wellylug</a><br>
<br><br>--<br>Wellington Linux Users Group Mailing List: <a href="mailto:wellylug@lists.wellylug.org.nz" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
wellylug@lists.wellylug.org.nz</a><br>To Leave:&nbsp;&nbsp;<a href="http://lists.wellylug.org.nz/mailman/listinfo/wellylug" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.wellylug.org.nz/mailman/listinfo/wellylug
</a><br></blockquote></div><br>