My System is a Ubuntu 7.10 LTS. I have a (soft) Raid 6 with 5 disks (Samsung 500GB SATA disks), formatted with jsf. Should I upgrade to 8.10 LTS or isn't it worth the hassle? What are the chances that something could happen to the raid configuration? I don't want to be in the position to rebuild the raid from scratch.

link|improve this question

78% accept rate
feedback

2 Answers

up vote 2 down vote accepted

I've been running soft raid5 on Ubuntu since 6.10, and always upgraded without problems.

Note that in Jaunty (9.04), which is not LTS, there's a bug where degraded arrays don't start automatically.

link|improve this answer
I did the upgrade and it worked perfectly – Mauli Oct 13 '09 at 8:17
feedback

First off, 7.10 and 8.10 are not LTS (long term support) release. The only LTS releases so far are 6.06 and 8.04.

Secondly, 7.10 is no longer supported - that means that you will no longer receive security updates (or any other updates). So you should definitely upgrade to the 8.04 LTS release (known as the Hardy Heron).

To do so (assuming you don't have a desktop environment installed) then install update-manager-core if it is not already installed:

sudo apt-get install update-manager-core

Launch the upgrade tool

sudo do-release-upgrade

Follow the on-screen instructions. (Instructions from here )

link|improve this answer
1  
Given the age of 7.10, you might need to update your sources.list in order to use apt (if you haven't already). Instead of 'archive.ubuntu.com' or 'security.ubuntu.com' you should have something like this: deb old-releases.ubuntu.com/ubuntu feisty universe main restricted multiverse deb old-releases.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse deb old-releases.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse deb old-releases.ubuntu.com/ubuntu feisty-security universe main restricted multiverse – jharley May 28 '09 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.