I've burned a LiveCD 9.04 alfa i386 daily build from 08/12/08 and booted my laptop from this CD. After this I rebooted my laptop, but now I can't mount encrypted /home partition - I enter right password, but have no luck... Why? I've booted from this CD again in hope of understanding what's wrong with my partition and now I see a problem. I have 3 partitions on my disk:
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9a20f00c
Device Boot Start End Blocks Id System
/dev/sda1 1 765 6144831 83 Linux
/dev/sda2 * 766 5227 35840000 7 HPFS/NTFS
/dev/sda3 5228 14593 75232395 83 Linux
Where sda1 is my /root partition and sda3 is my encrypted /home partition. Yes, I have no swap (not using sleep or hibernate mode).
BUT look at this:
ubuntu@ubuntu:~$ free
total used free shared buffers cached
Mem: 2064464 1291720 772744 0 109044 650748
-/+ buffers/cache: 531928 1532536
**Swap**: 2498096 0 2498096
And at this:
ubuntu@ubuntu:~$ swapon -s
Filename Type Size Used Priority
**/dev/sda3** partition 2498096 0 -1
So, first time I boot JJ (like this time, too), my /home partition was mounted as swap and the result is on the thread name...
Thank God I have no unsaved valuable data on /home So, I do not advise to repeat my experiment with a similar partitioning of HDD, like I have (But I think it's some sort of rare partitioning ;)).