Bug 12354
Summary: | Advisory: Debian's current initramdisk scripts break with an ext4 root | ||
---|---|---|---|
Product: | File System | Reporter: | Jim Bray (jimsantelmo) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | CLOSED CODE_FIX | ||
Severity: | enhancement | CC: | hpa |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Patch to klibc to allow it to properly probe ext4/ext4dev filesystems |
Description
Jim Bray
2009-01-03 23:02:15 UTC
I traced the problem thru the Debian initrd scripts to klibc/bin/fstype and have filed a Debian bug on it. If kernel-hackers are the ultimate upstream klibc source, please let me know and I'll refile it in other/klibc/kinit. # /usr/lib/klibc/bin/fstype /dev/sda5 //a 100% made-from-scratch ext4 fs FSTYPE=ext3 FSSIZE=12000649216 I submitted a patch to klibc@zytor.com mailing list on Sat, 11 Oct 2008 10:54:44 -0400. (Subject line: [PATCH] fstype: Fix ext4/ext4dev probing). No one ever got back to me. hpa? Do you need me to resend? Created attachment 19648 [details]
Patch to klibc to allow it to properly probe ext4/ext4dev filesystems
Applied, and a new klibc (1.5.15) has been pushed out. |