Any opinions on this procedure for moving a linux install from one partition (hda1) to another (sda4)? ////cd /mnt/sda4 //dump -0uan -f - / | restore -r -f - // Then modify /etc/fstab. Seems simple... ha! Thanks for any clues. Ken //////