[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: detects crypto_LUKS instead of ext3 UUID
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 crypto_LUKS into e2fsprogs, so I'm
going to want to make sure we don't misidentify a previously old LUKS
partition.I also want to make sure that mke2fs is zapping the
location where the LUKS partition was located so we don't have this
problem in the future.


** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: Unconfirmed

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 in very old versions of mke2fs where it didn't zap the
boot sector of the filesystem, which meant that an old NTFS filesystem
signature could end up confusing the blkid/findfs programs.   This would
explain the symptoms that you reported.

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 luks has left some traces on this partition.

BUT

[EMAIL PROTECTED]:~# dumpe2fs /dev/sda2 | head -n 5
dumpe2fs 1.40-WIP (14-Nov-2006)
Filesystem volume name:   root
Last mounted on:  not available
Filesystem UUID:  caa107c2-d2ba-11db-a205-0013cea46521
Filesystem magic number:  0xEF53
Filesystem revision #:1 (dynamic)
[EMAIL PROTECTED]:~# 

NB the UUIDs are different. how does that work? i dont really know what
this means but i hope its useful to somebody...

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs