Hi,<br><br>This patch fixes disksup:get_disk_data for SUSv3, specifically OS X Mountain Lion.<br> <br>On
 OS X Mountain Lion, the default output of df command includes iNode 
used and iNodes free, which apparent what SUSv3 specifies. This breaks 
the current parse logic and reports incorrect results. This patch adds 
support for the new format and ensures older versions of OS X produce 
this format by adding the -i switch (which is the default in latest 
version). Adding support for this new format rather than changing df 
output to older one, as we'll presumably see this on other platforms 
eventually.<br>
<br><a href="https://github.com/melkote/otp/compare/fix-disksup-susv3.patch" target="_blank">https://github.com/melkote/otp/compare/fix-disksup-susv3.patch</a><br><a href="https://github.com/melkote/otp/compare/fix-disksup-susv3" target="_blank">https://github.com/melkote/otp/compare/fix-disksup-susv3</a><br>

<br>git fetch git://<a href="http://github.com/melkote/otp.git" target="_blank">github.com/melkote/otp.git</a> fix-disksup-susv3<br><br>Thanks,<br>Sriram