By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1405

Summary: kdf does not handle 'LABEL=' lines correctly
Product: TDE Reporter: Francois Andriot <albator78>
Component: tdeutilsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: albator78, bugwatch, slavek.banko
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: kdf : ignores 'LABEL=' lines (redhat legacy patch)

Description Francois Andriot 2013-02-15 13:32:48 CST
Hello, using 'kdf' from TDE 3.5.13.1, when using an FSTAB with "LABEL=" lines, these lines are not displayed correctly in KDF.
The lines are shown as:
 Size: N.D
 Free: N.D
 %Free: N.D

BUT the corresponding filesystems still appear on other lines with block device names (e.g: /dev/sda1, /dev/sda2, etc ...)
Comment 1 Francois Andriot 2013-02-15 13:36:41 CST
Created attachment 1107 [details]
kdf : ignores 'LABEL=' lines (redhat legacy patch)

The attached patch, which comes from old Redhat packages, workarounds the KDF issue by simply not displaying the 'LABEL=' lines.
The filesystems are still visible with their block devices (/dev/sda1 ...) names.
Comment 2 Slávek Banko 2013-02-17 05:47:43 CST
Fixed in GIT hash 31a0d179 and also in v3.5.13-sru branch.