While doing the first installation of Ubuntu 12.04 I've made a separate partition for the system, to be able to reinstall it without having to clear all data. So I have /
on one partition, and second is divided in 2 logical partitions, one for swap, the other for /home
.
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00027dec
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 50479103 25238528 83 Linux
/dev/sda2 50479104 625142447 287331672 5 Extended
/dev/sda5 50481152 54478847 1998848 82 Linux swap / Solaris
/dev/sda6 54480896 625141759 285330432 83 Linux
I'd like to reinstall the system (I've messed up something with the repositories and there are some other problems, I'm not even sure if it's software or hardware...) My point is that if I reinstall the system on /
partition, the new /home
would be also on /
... Now, when I'm installing something, it goes automatically to /
and if I download or write something it's automatically placed in /home
. Is it possible to indicate to the newly installed system, that the /home
is on the other partition without reinstallation of /home
(and having to copy the data twice).
UPDATE
I've tried the first solution from the Marty's Fried reply: I've installed /
on previous /
("format" box checked) and /home
on previous /home
("format" box unchecked). First I've give an other username than previously. Everything seemed to work fine, only I hadn't my home
in my home
(there was a new user home
).
I've repeated the installation, and now all my files are easily accesible, but the system is not working well. I wanted to start by installing classic gnome (I can't find anything otherwise) and I'm not able to open the terminal. There is just the frame of the terminal window, flashing and moving towards the screen. Is it possible that in my home
partition there are some problems which may provoke this?