Comment 17 for bug 66032

Revision history for this message
Thomas Bilgram (thomas-bilgram) wrote :

Hi,
I had the same error message, and now I found the solution for my problem, hope it will help you.
I installed Ubuntu 9.04 and created 2 partitions, the first one encrypted and the second one unencrypted with ext3 in order to store and access large files. The encrypted partition was fine. The unencrypted partition was mountable and writable, but fsck said "fsck.ext3: Unable to resolve..."
vol_id /dev/sdaX for the second partition said:
ID_FS_USAGE=crypto
ID_FS_TYPE=crypto_LUKS
ID_FS_VERSION=2
ID_FS_UUID=fe7eeabf-89de-4afb-902c-b382c53edf0a
ID_FS_UUID_ENC=fe7eeabf-89de-4afb-902c-b382c53edf0a
ID_FS_LABEL=
ID_FS_LABEL_ENC=
I wondered why it says "crypto_LUKS", because I didn't encrypt it, and it even was mountable without a key input. I installed gparted and reformatted the partition as ext3. Then vol_id /dev/sdaX said:
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=342e48db-2575-4f98-939f-fea798e49140
ID_FS_UUID_ENC=342e48db-2575-4f98-939f-fea798e49140
ID_FS_LABEL=
ID_FS_LABEL_ENC=
Now I copied the new UUID and replaced the obsolete one in /etc/fstab -> solved!