Ominstallerade 12.04.1 idag med hjälp av live-cd. Efter detta kan jag inte få det rätt med den separata /home partitionen/disken.
Den finns i bevisligen enligt blkid:
Kod: Markera allt
ubuntu@ubuntu:~$ sudo blkid
/dev/loop0: TYPE="squashfs"
...
/dev/sdb3: UUID="8d7bf8d0-48e4-455d-9565-21b4dd345b62" TYPE="ext3"
...
Kod: Markera allt
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=6d1f0b5e-c9fd-4a05-b6a2-8b82ab099cac / ext4 errors=remount-ro 0 1
# /home was on /dev/sdb3 during installation
UUID=8d7bf8d0-48e4-455d-9565-21b4dd345b62 /home ext3 defaults 0 2
# /mnt/backup was on /dev/sdc1 during installation
UUID=29bb9a2c-ccb9-48f0-a03e-c5c6a1b94bd4 /mnt/backup ext3 defaults 0 2
# swap was on /dev/sdb2 during installation
UUID=7dd8902e-27ac-4660-a2d8-38055718f7e7 none swap sw 0 0