Results 1 to 8 of 8
Hey everyone...
I understand that all linux distributions shares the same kernel and file systems...
So is there a way to migrate from one distribution to another (e.g. Ubuntu to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-07-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
migration between distributions...
Hey everyone...
I understand that all linux distributions shares the same kernel and file systems...
So is there a way to migrate from one distribution to another (e.g. Ubuntu to OpenSUSE) without losing any of my files or software that are already installed and stored in the hard desk ???
Regards
- 02-07-2010 #2
Yes, if you created a separate /home partition when you installed, it's quite easy. When you reinstall a new distro, you can choose to mount the same partition as home without formatting it.
But if you're asking if you can simply replace the Ubuntu system files and kernel and such with OpenSuse files, then no, it doesn't quite work like that.
- 02-07-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
- 02-08-2010 #4Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Thanks guys for your help...
I think I'm gonna backup the important data for full migration...
Regards
- 02-27-2010 #5Just Joined!
- Join Date
- Oct 2009
- Location
- Denmark
- Posts
- 21
- 03-08-2010 #6Linux Newbie
- Join Date
- Sep 2007
- Posts
- 112
- 03-19-2010 #7
The reason that doesn't usually work is that Linux programs mostly rely on pre-existing external libraries. On Windows, programs come with their own libraries, eating up your disk space and constantly reinventing the same old bugs. In Linux, once there is a stable, well-debugged library to do a particular job, most new programs will use it. But each distro has a different pattern of release versions of these libraries, and its programs are compiled against the versions that it uses. So they generally won't work in another distro.
Of course that doesn't apply to data files."I'm just a little old lady; don't try to dazzle me with jargon!"
- 03-20-2010 #8Linux User
- Join Date
- Sep 2008
- Location
- UK
- Posts
- 355
Although linux distros have a lot in common with each other, each distro does things slightly differently and adds value to the distro by the 'extras' and admin tools they offer.
This means that you have a choice of distro.
Yes the kernel is common to all distros (although some use older versions than others) and nothing stops you from reading up and installing your own kernel on whatever distro you use. But that is where the similarity ends.
For future installs, make sure you have a separate /home partition for all your data. All distros will use this and you won't lose data when you update or do a new install.
This will also allow you to install and multiboot several distros, depending on how much disc space you have.
Generally, around 8GB is enough for the / or root partition.


Reply With Quote

