<div>Slip-up on my part -  </div>
<div>To move file from /home (old) to /home (new) U need to temporarily mount the /dev/sda1 in the first place.</div>
<div> </div>
<div>$ su -</div>
<div>password: *******</div>
<div> </div>
<div># mkdir /mnt/my80gigHOME    ! this is a new folder in your old drive</div>
<div># mount -t ext3  /dev/sda1 /mnt/my80gigHOME    </div>
<div># cd /mnt/my80gigHOME</div>
<div># mkdir /home   ! This is going to be your /home dir on 80 gig</div>
<div> </div>
<div>! now transfer (copy) files from /home    to  /mnt/my80gigHOME/home   including all hidden files.</div>
<div> </div>
<div># cd </div>
<div># umount /mnt/my80gigHOME</div>
<div> </div>
<div>! now edit your /etc/fstab as briefed previously</div>
<div>! and reboot (I do not know how to do this without rebooting)</div>
<div> </div>
<div>$ mount    ! this should tell that /home is now on /dev/sda1</div>
<div> </div>
<div>! find your files now at /home on 80 gig plus and take care of dups on old one.</div>
<div>! U can delete folder my80gigHOME that should be emply at this point.</div>
<div> </div>
<div>Sorry for the missing nail now that you have it ... ride the horse and conquer.</div>
<div>PS: Beware of nails used elsewhere!!!</div>
<div><br>-- <br>Anil Kumar Shrama </div>