|
just mount /dev/hda2 and copy all data to a temporary position in /dev/hda1. Then once you have formatted /dev/hda2 (i suppose you'd be using fdisk for that), you can move the files back into hda2.
For instance, you can create a directory /temporary and move all files from /home there, if you have enough space to copy all of /home
|