Bug 444530

Summary: RFE: Add ext4/ext4dev support to util-linux for RHEL5
Product: Red Hat Enterprise Linux 5 Reporter: Eric Sandeen <esandeen>
Component: util-linuxAssignee: Karel Zak <kzak>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 5.3   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-28 22:43:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric Sandeen 2008-04-28 21:49:10 UTC
We're starting to get some testing of ext4 on RHEL5, and we may get it to a tech
preview status by RHEL5.3 - to support this, a few system utilities could use
updates for ext4.

It looks like mount/mount_guess_fstype.c for example has fs-specific knowledge,
and would need to be updated.

Thanks,

-Eric

Comment 1 Karel Zak 2008-04-28 22:22:11 UTC
$ ldd /bin/mount
        libblkid.so.1 => /lib64/libblkid.so.1 (0x0000003702800000)

$ rpm -qf /bin/mount
util-linux-2.13-0.45.el5_1.1



Comment 2 Eric Sandeen 2008-04-28 22:43:50 UTC
Whoops, sorry, got overly grep-happy.  If it uses libblkid then it's my bug to
fix in e2fsprogs.  :)