1

I've got ubuntu server on my "home server" with 5 software raid 0 partitions and one software raid 1. I have to reinstall OS. Is it possible to do that without losing existing partitions with data?

2
  • What are those partitions mounted as?
    – Cry Havok
    Commented Oct 26, 2010 at 14:21
  • /mnt/hd1 /mnt/hd2 /mnt/hd3 /mnt/hd4 /mnt/hd5 (files) and /
    – mmatloka
    Commented Oct 26, 2010 at 15:02

1 Answer 1

1

Yes. Make sure you use the “server” installer (the “desktop” installer doesn't support RAID). Since you're reinstalling, you'll presumably want to overwrite the existing root volume, but you can retain all other volumes (just make sure to specify that you don't want to reformat these — or if the installer doesn't give you the option (IIRC it does), don't tell it about these volumes and add them to /etc/fstab afterwards).

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .