[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-07-10 Thread Scott James Remnant
** Changed in: e2fsprogs (Ubuntu) Status: Confirmed = Invalid ** Changed in: udev (Ubuntu) Importance: Undecided = Low Status: New = Confirmed ** Summary changed: - findfs does not find a UUID which patently exists + vol_id: detects crypto_LUKS instead of ext3 UUID -- vol_id:

Re: [Bug 93921] Re: findfs does not find a UUID which patently exists

2007-06-20 Thread jens_acamedia
theo, this was a while back so i dont have the details. it def. wasnt an ntfs partition though. it had been a luks partition before and i think that was related...maybe it will happen again and we'll get more information...or hopefully it wont! -- findfs does not find a UUID which patently

[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-06-20 Thread Theodore Ts'o
Ah, OK. So this looks like it was really a bug with vol_id where it was giving you the UUID for the old LUKS partition, so when you searched for the UUID of the old LUKS partition, findfs didn't find it because it correctly identified it as an ext3 partition. I've received a patch to identify a

[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-06-19 Thread Theodore Ts'o
What does the blkid command report? -- findfs does not find a UUID which patently exists https://bugs.launchpad.net/bugs/93921 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 93921] Re: findfs does not find a UUID which patently exists

2007-06-19 Thread jens_acamedia
i had to do a mkfs to the partition to fix the problem so i can no longer help with this... -- findfs does not find a UUID which patently exists https://bugs.launchpad.net/bugs/93921 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-06-19 Thread Theodore Ts'o
This is very likely a duplicate of bug #110138. Can you tell me something about the partition?Was there originally an NTFS partition on it, by any chance (or some other filesystem located at that location)? Also, when was the filesystem (with the problem) originally mke2fs'ed? There was bug

[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-04-27 Thread dAniel hAhler
I can confirm this (see bug 110138), except that dumpe2fs /dev/sda1 | head -n 5 displays the same/correct UUID in my case. ** Changed in: e2fsprogs (Ubuntu) Status: Unconfirmed = Confirmed -- findfs does not find a UUID which patently exists https://bugs.launchpad.net/bugs/93921 You

[Bug 93921] Re: findfs does not find a UUID which patently exists

2007-04-08 Thread jens_acamedia
the latest vol_id gives more verbose output...this is probably where the problem lies: [EMAIL PROTECTED]:~# vol_id /dev/sda2 ID_FS_USAGE=crypto ID_FS_TYPE=crypto_LUKS ID_FS_VERSION= ID_FS_UUID=18942279-eaf5-4e86-a174-8b04b5d3127e ID_FS_LABEL= ID_FS_LABEL_SAFE= [EMAIL PROTECTED]:~# it seems that