Comment 46 for bug 874774

Revision history for this message
grosso (grossogrossum) wrote :

Sorry, I'm afraid I'm not experienced enough and maybe I'm missinterpretating my problem. I will ask in a more apropiated place before open a new bug, but please, give me a hint because i can't see where is the difference.
I come to this bug because gparted shows /dev/sda7, where is my swap, as unmounted. The swapon -s output is

/dev/mapper/cryptswap1 partition 4883452 0 -1

In /etc/crypttab I see

cryptswap1 /dev/sda7 /dev/urandom swap,cipher=aes-cbc-essiv:sha256

and in fstab

# swap was on /dev/sda7 during installation
#UUID=5e2afbd9-b8d7-4fc9-93c3-180bc6a78363 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0

the blkid output is

/dev/sda5: UUID="88b905be-17ba-4181-ba80-c406502f8a68" TYPE="ext4"
/dev/sda6: UUID="9b1fe7e8-fce4-4169-996a-942120cae381" TYPE="ext4"
/dev/mapper/cryptswap1: UUID="4ca3b417-1385-4f6e-a7ec-4b11804e6e8a" TYPE="swap"

So perhaps my swap is mounted after all and is normal that gparted shows /dev/sda7 as unmounted.

Please excuse me for my bad english and for posting in a fixed bug.
Thank you