> I actually managed to get it right, and /home was relocated from /hda1 > to /hda3, though the increase in storage space thus gained on /hda1 was > only mb's, despite the transfer process stating that data moved was in > the vicinity of 2.2 gb.
Are you sure the data was moved, or was it just copied and the old data never erased? When you mount /dev/hda3 onto /home any files that were on /dev/hda1 under the /home mount point are no longer seen, but still take up space. You might want to boot into single user mode, umount /home and see what remains under the /home mount point (directory). -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
