I'm pretty sure this bug is related to bug #110138, where the partition
is getting mis-identified as an NTFS parition.

Due to a bug in e2fsprogs previous to version 1.30, the initial
bootsector (which is where the NTFS signature is stored) wasn't getting
erased.    This could cause blkid to misidentify the filesystem as NTFS.
This would only happen on old partitions which had previously contained
NTFS, and which were formated as ext2/ext3 using an old mke2fs binary.

A quick workaround to this problem is:  dd if=/dev/zero of=/dev/hdXX
bs=1 count=512

I have a patch which makes blkid less likely to report a false positive;
it has been attached to bug #110138.

Regards,

-- 
fsck.ext3: Unable to resolve
https://bugs.launchpad.net/bugs/66032
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to