At Wed, 08 Feb 2012 04:46:29 +0200 Steve Hayes <
haye...@telkomsa.net> wrote:
>
> On Tue, 07 Feb 2012 12:57:15 -0600, Robert Heller <
hel...@deepsoft.com> wrote:
>
> >At Tue, 07 Feb 2012 17:50:03 +0200 Steve Hayes <
haye...@telkomsa.net> wrote:
> >
> >>
> >> Last year I installed Fedora 14.
> >>
> >> Now I have got a disc with Fedora 16 on it.
> >>
> >> If I install it will it wipe all my data, or will it just upgrade the Os?
> >
> >A fresh install (recomended) will wipe your disk. *IF* you put /home on
> >its own partition, you can have the installer leave that partition/file
> >system alone. Otherwise you should back everything up, or at least
> >/home, /etc, /usr/local and any other directories with files you want to
> >keep (/var/www, etc.), do the fresh install and then do a selective
> >restore of the backup.
>
> How do I put /home in its own partition?
By selecting custom file system layout during the install. If you
didn't do it when you installed Fedora 14, it is probably too late --
at this point it would be easier to just make a backup of your current
/home directory, along with selected files from /etc (partitularly
/etc/passwd, /etc/group, and /etc/shadow). Then do a fresh install and
this time select the custom partitioning option and create a separate
partition for /home, and then restore the backup of /home and use the
backups of the /etc files to configure the new system to match (you
want to be mindful of the UIDs and GIDs of the files under the /home
directory).
>
> >
> >You *can* attempt an upgrade, but this is not really recomended or
> >supported as it will leave old O/S crud behind, which can cause all
> >sorts of weird problems.
> >
> >One of the major downsides to using Fedora and why it is not recomended
> >for any sort of production work.
>
> Until now I've only used it for playing with stuff, and not for any serious
> work. If I do things like word processing I've stored the documents in
> partitions accessible to Windows, so I can work with them from there.
>
> But I wonder if anyone does use it for any serious work, and if so how they
> overcome this difficulty.
People don't use Fedora for 'serious work'. Fedora is a beta test bed
for Redhat Enterprise Linux (aka RHEL), which is a paid subscription
distro (large companies pay Redhat for this system and get paid for
support for corporate servers and workstations). There is a GPL
distro, CentOS which is binary compatible with RHEL -- it is RHEL with
Redhat's IP removed/replaced. There is an academic version called
Scientic Linux which is another distro that is based on RHEL. RHEL /
CentOS / and Scientic Linux had a supported lifetime of 7 years, but
now have a supported lifetime of 10 years (Redhat recently extended the
lifetime of RHEL). Over that period the main version numbers of the
packages stay the same, with backports of security patches and
important bug fixes. Also kernel driver backports for some hardware
(but not all).
Professional Linux admins (and users) know about creating separate
partitions for non-OS directories, like /home and/or understand about
how to migrate a system to a new major O/S version, usually by using a
new physical or virtual machine with a fresh install and then migrating
files. I recently did this with a VPS running CentOS 4 (which is EOL
this month) to a fresh VPS running CentOS 5. Not difficult if you know
what you are doing.