Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 3841

Summary: inndf always reports a filesystem size of 0
Product: [Retired] Red Hat Linux Reporter: dumas
Component: innAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-30 22:24:01 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 dumas 1999-06-30 21:48:49 UTC
This program is supposed to replace the df | awk... but it
is not working. The problem is that this program is used by
other scripts (including sendbatch...).

I've replaced it by :


#!/bin/sh
df -k $1 $2 | tail -1 | awk '{ print $4 }'

Comment 1 Jeff Johnson 1999-06-30 22:24:59 UTC
*** This bug has been marked as a duplicate of 3154 ***