Reinstall linux with software RAID

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?

mmatloka

Posted 2010-10-26T13:41:22.360

Reputation: 111

What are those partitions mounted as? – Cry Havok – 2010-10-26T14:21:44.247

/mnt/hd1 /mnt/hd2 /mnt/hd3 /mnt/hd4 /mnt/hd5 (files) and / – mmatloka – 2010-10-26T15:02:28.547

Answers

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).

Gilles 'SO- stop being evil'

Posted 2010-10-26T13:41:22.360

Reputation: 58 319