Generally, you can simply, using a Live CD or recovery disk, tar/gzip up the entire root directory before deleting that partition. But be sure to do it with the drive umounted (that's why it needs to be done from a recover disk or equivalent means).
edit: for part 2, just use ext3. it is probably considered the defacto fs on Linux, so no reason why you shouldn't use it.
If the total file size on the ext3 partition can fit into the fat32 partition, I recommend doing it in the following order:
1. tar up all the stuff on the ext3 partition (make sure you use the -cp option to preserve file attributes).
2. move this giant of a tarfile into the fat32 partition.
3. reboot in windows, move the tar file into your ntfs partition.
4. repartition, recreate the enlarged ext3
5. extract the tar from the ntfs into the ext3
6. reinstall the bootloader.
7. delete the ntfs partition.
8. create the new ext3 partition.
Last edited by ugenn; 11-04-2004 at 07:46 AM.
|