Thank you very much for your help here djohnston.
I will post the full results below. Some of it is in danish though because I have run the localisation manager. I hope it will give you the details you need.
My old /home partition is the one named: /dev/sdc1 (this is the one I want to use)
The /home in use now is: /dev/sdb6
It's not shown in the results as far as I can see, but I,m pretty sure that the old /home partition is formatted ext3 and the new one ext4 - would that be a problem?
Here is the outputs:
---------------------------------------------------
fdisk -l
Disk /dev/sda: 37.0 Gb, 37019566080 byte
255 heads, 63 sectors/track, 4500 cylinders, i alt 72303840 sektorer
Units = sektorer of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d4b4cb4
Enhed Opstart Start Slut Blokke Id System
/dev/sda1 * 63 72276434 36138186 7 HPFS/NTFS
Disk /dev/sdb: 37.0 Gb, 37019566080 byte
255 heads, 63 sectors/track, 4500 cylinders, i alt 72303840 sektorer
Units = sektorer of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3d4b4cb5
Enhed Opstart Start Slut Blokke Id System
/dev/sdb1 * 63 25189919 12594928+ 83 Linux
/dev/sdb2 25189920 72292499 23551290 5 Udvidet
/dev/sdb5 25189983 30587759 2698888+ 82 Linux swap / Solaris
/dev/sdb6 30587823 72292499 20852338+ 83 Linux
Disk /dev/sdc: 500.1 Gb, 500107862016 byte
255 heads, 63 sectors/track, 60801 cylinders, i alt 976773168 sektorer
Units = sektorer of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x07340734
Enhed Opstart Start Slut Blokke Id System
/dev/sdc1 * 63 204812684 102406311 83 Linux
/dev/sdc2 204812685 409625369 102406342+ c W95 FAT32 (LBA)
/dev/sdc3 409625370 976768064 283571347+ 7 HPFS/NTFS
Disk /dev/sdd: 250.1 Gb, 250059350016 byte
255 heads, 63 sectors/track, 30401 cylinders, i alt 488397168 sektorer
Units = sektorer of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xfc49fc49
Enhed Opstart Start Slut Blokke Id System
/dev/sdd1 * 63 163846934 81923436 83 Linux
/dev/sdd2 163846935 368659619 102406342+ c W95 FAT32 (LBA)
/dev/sdd3 368659620 488392064 59866222+ b W95 FAT32
---------------------------------------------------------------------------------
cat /etc/fstab
# Entry for /dev/sdb1 :
UUID=5c15b38e-e736-4ac2-bb07-59a13e4975cc / ext4 defaults 1 1
# Entry for /dev/sdb6 :
UUID=ca2570d4-e7f7-493c-ab48-96ba9e6caf8f /home ext4 defaults 1 2
none /proc proc defaults 0 0
# Entry for /dev/sdb5 :
UUID=f6b06731-ca2f-4885-ab96-f03b15b3fbfa swap swap defaults 0 0
none /dev/pts devpts defaults 0 0
--------------------------------------------------------------------------------