1

I currently have a single partition on the drive housing a Mint installation.

I want to install Ubuntu on this partition but I don't want to go through the hassle of backing up and restoring my private files in /home.

(Unlike Replace Mint with Ubuntu in dual booting system, I am not asking about the apparently missing option to wipe Mint alongside Windows and install Ubuntu just on that partition, OK?)

I understand during the install I can just select the partition as the root partition and not format it, correct?

That would mean that the installation would copy the files over the Mint files but would presumably keep my private files in /home intact.

Is this a viable option? Will it result in a usable Ubuntu installation or do I actually need to format the drive?

  • @George I explained, in my question, why it is not a duplicate and why my question is different. Please read the questions carefully. – mydoghasworms Nov 30 '17 at 11:27

2 Answers2

1

You could move /home to its own partition, then do a Something Else install, formatting only the / partition.

The wiki article here https://help.ubuntu.com/community/Partitioning/Home/Moving explains in painstaking detail how to move /home. I've done it successfully several times.

Organic Marble
  • 23,641
  • 15
  • 70
  • 122
0

Most probably you have to format the partition. Selecting the root partition will also by default format the partition. Notice the "Format?" checkbox. Try unticking it if you want.

But why do you want to retain files from mint? This will be very messy and will probably result in things not working.

842Mono
  • 9,790
  • 28
  • 90
  • 153
  • You don't have to format the root partition (just untick the box), but I think the end result might be a mess. – mikewhatever Nov 29 '17 at 17:47
  • @mikewhatever That's what I feared. I just don't feel like backing up my personal files and restoring them. – mydoghasworms Nov 30 '17 at 04:17
  • Well probably most of your files are in "home". Maybe just go there and, well, copy everything. In general I think it's good practice to keep your data (whenever possible) separate from the OS. I keep everything in one (huge) folder. Anything else outside is either not so important or it has to be outside. – 842Mono Nov 30 '17 at 05:49
  • 1
    @mydoghasworms Don't want to sound pretentious, but you should backup all important files regularly, otherwise, you'll lose them sooner or later. – mikewhatever Nov 30 '17 at 15:50