[Bug 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2008-12-14 Thread Hew McLachlan
Ubuntu Feisty Fawn is no longer supported, so a SRU will not be issued
for this release. Marking Feisty as Won't Fix.

** Changed in: e2fsprogs (Ubuntu Feisty)
   Status: In Progress => Won't Fix

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2008-12-14 Thread LumpyCustard
Please close for Feisty as Won't Fix? This goes for all the other Feisty
bugs.

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2008-04-29 Thread JasonVenkiteswaran
FYI:

I've upgraded from 6.06 to 8.04 (that's dapper to hardy) and had this
problem.

I had the same fsck error as reported above.  At the maintenance shell
mount -a mounted all the parititions and them CTRL+D would continue to
boot.

In short, my /dev/sda1 is /boot.  The fstab was updated with UUIDs.  But blkid 
reported a short UUID and the wrong filesystem for this partition:
blkid /dev/sda1
/dev/sda1: UUID="7EFA-09BD" SEC_TYPE="msdos" TYPE="vfat" 

This doesn't make sense because /dev/sda1 is ext3:
fdisk /dev/sda
   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  31  248976   83  Linux

findfs reported correctly with a short UUID, but would not with the longer 
UUID: 
findfs UUID="7EFA-09BD"
/dev/sda1
findfs UUID="a1a3a3ef-cea0-4230-8098-070febf47f80"
findfs: Unable to resolve 'UUID=a1a3a3ef-cea0-4230-8098-070febf47f80'

However, fstab had this longer UUID=a1a3a3ef-cea0-4230-8098-070febf47f80
and worked fine with mount -a.

Following Theodore Tso's advice from bug #66032, over here:
https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/66032

I used dd on that partition and it all works swimmingly now that fsck uses that 
longer UUID and blkid reports correctly:
blkid /dev/sda1
/dev/sda1: LABEL="/boot" UUID="a1a3a3ef-cea0-4230-8098-070febf47f80" 
SEC_TYPE="ext2" TYPE="ext3"

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-09-05 Thread dAniel hAhler
Please apply the already provided debdiff for feisty-proposed.

The impact seems quite high, seeing people reporting problems, which may
be related to this bug and having it in feisty-proposed would allow
those to test and confirm it.

The bug has been fixed upstream and for Gutsy already. The raw patch is
also attached to this bug.

The regression potential is quite high, given that it can lead to a boot
failure, if there's a new problem with a currently working system
because of this patch.

Theodore, can you confirm that there has not been problem reported
against e2fsprogs because of this patch and that it's a good candidate
for a StableReleaseUpdate?

** Changed in: e2fsprogs (Ubuntu Feisty)
 Assignee: (unassigned) => Theodore Ts'o
   Status: Confirmed => In Progress

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-16 Thread dAniel hAhler
I'm not sure, if this bug justifies an update for Feisty.
The debdiff for this is attached already however.

** Changed in: e2fsprogs (Ubuntu Feisty)
   Status: New => Confirmed

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-16 Thread dAniel hAhler
Fixed in 1.40-1, which has been synced (as 1.40.2-1) to Gutsy.

** Changed in: e2fsprogs (Ubuntu)
   Status: Confirmed => Fix Released

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-11 Thread dAniel hAhler
I have looked at the merge from the Debian and the remaining Ubuntu
change can be dropped, so I filed a sync request (bug 125331).

** Changed in: e2fsprogs (Ubuntu)
 Assignee: dAniel hAhler => (unassigned)

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-10 Thread dAniel hAhler
Thanks Theodore. I will look into providing a debdiff for Gutsy.

** Changed in: e2fsprogs (Ubuntu)
 Assignee: Theodore Ts'o => dAniel hAhler
   Status: In Progress => Confirmed

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-08 Thread Theodore Ts'o
Note that if Gutsy is going to take e2fsprogs, the version that should
be taken at this point is e2fsprogs 1.40.1, which has a number of
important bugfixes over e2fsprogs 1.40.

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-07-01 Thread Gerald Murray
e2fsprogs-1.40 released upstream.  Allege possible corruption to important file 
backup merits
assigning new version to backporting for prior ubuntu releases.  Thanks for 
consideration.

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-30 Thread Theodore Ts'o
FYI, e2fsprogs 1.40 has been released, both in upstream, and I just
uploaded e2fsprogs 1.40-1 to Debian/sid (currently in upload queue as of
this writing).

Can someone let me know what's necessary to get the Gutsy release
engineering team to consider pulling this into gutsy?   Thanks!!

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-25 Thread Theodore Ts'o
Note: e2fsprogs 1.40-rc1 was released yesterday at:

http://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/e2fsprogs-1.40-rc1.tar.gz

E2fsprogs 1.40 final is scheduled to be released at the end of the week;
if folks could test it to make sure there aren't any seriously
embarassing bugs, I would greatly appreciate it.  I am currently running
e2fsprogs 1.40-rc1 on my Ubuntu Feisty laptop

If anyone can connect me with whomever makes e2fsprogs decision making
for Ubuntu Gutsy about getting this into the Gutsy (since I believe I
just missed the last Debian import deadline), I would greatly appreciate
it.

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-20 Thread dAniel hAhler

** Attachment added: "debdiff: e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1 
=> e2fsprogs_1.39+1.40-WIP-2006.11.14+dfsg-2ubuntu1.1 (feisty)"
   
http://launchpadlibrarian.net/8148699/e2fsprogs_1.39%2B1.40-WIP-2006.11.14%2Bdfsg-2ubuntu1.1.dsc.diff

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-19 Thread dAniel hAhler
This would be ok, as far as I know. See
https://wiki.ubuntu.com/GutsyReleaseSchedule

As for Feisty, I will provide a debdiff.
Given the other related bugs, which you have commented on as "probably dupe of 
this one" and the importance of this, it makes sense to have the fix in 
-updates.

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-19 Thread Theodore Ts'o
Stupid question, but what's the schedule for Gutsy?  If I get e2fsprogs
1.40 released in the next week or so, would it be too late for Gutsy to
move up to the e2fsprogs 1.40 release?

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-19 Thread dAniel hAhler
I can confirm that the patch works. Thanks a lot!

Should I provide a debdiff for Gutsy/Feisty?

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-19 Thread Theodore Ts'o
** Changed in: e2fsprogs (Ubuntu)
 Assignee: (unassigned) => Theodore Ts'o
   Status: Unconfirmed => In Progress

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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 110138] Re: findfs/blkid detects ext3 partition as ntfs (without UUID)

2007-06-19 Thread Theodore Ts'o
OK, I've looked at this some more, and I think I can guess what
happened.

The NTFS superblock is located in the boot sector (the first 512-byte
sector on the disk).Code to zap the bootsector has been in mke2fs
for a long time (since at least 2000, and probably earlier).  However,
in 2002 we added code to avoid zapping the bootsector if it looked like
a BSD disk label, since that cause problems.  I'm guessing that you had
a partifion which previously had contained NTFS, or which at any rate
had the NTFS signature at offset 3 from the beginning of the boot
sector, but which also looked like BSD disk label, so mke2fs avoided
clearing out the boot sector.  This allowed blkid to misidentify the
filesystem.

The enclosed patches, which will be in e2fsprogs 1.40, tries harder to
validate that the partition really is NTFS, and sets the NTFS UUID and
Label information.   It still can get fooled, since the MFT is located
near the middle of the disk, so it won't necessarily get zapped by
mke2fs.

I will also probably change mke2fs so that it will be more aggressive
about zapping the boot sector if it contains an NTFS signature.


** Attachment added: "Patch to add NTFS probing support (will be in e2fsprogs 
1.40)"
   http://launchpadlibrarian.net/8125325/ntfs-probe-patch

-- 
findfs/blkid detects ext3 partition as ntfs (without UUID)
https://bugs.launchpad.net/bugs/110138
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