I wanted to fix the the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present
error message on boot, so I followed the advices given here What to do about "the disk drive for /dev/mapper/cryptswap1 is not ready yet or not present"?
Now what happens is that when I reboot after having formatted my swap partition to linux-swap, it resets to an "unknown" partition (as displayed in Gparted).
Though it seems to exist and function, I still get that "disk drive not ready" on boot. So what about? Is this all normal?
swapon -s
:
Filename Type Size Used Priority
/dev/mapper/cryptswap1 partition 8349692 0 -1
free -m
:
total used free shared buffers cached
Mem: 7953 1607 6345 0 111 604
-/+ buffers/cache: 892 7060
Swap: 8153 0 8153
# swap was on /dev/sda8 during installation UUID=3d9fe1af-25fe-4d28-82c9-5c2b4d895b79 none swap sw 0 0
– Joe Jan 09 '14 at 05:31