Hello,
I'm investigating using Sigar to get the amount of free and total disk space in a Java application. There is a bug in the Java 1.6 methods (java.io.File.getFreeSpace and getTotalSpace) which cause them to return 0 when the disk is large (over 4 TB).
Does Sigar handle this case?.
Thanks.
- Chris
I'm investigating using Sigar to get the amount of free and total disk space in a Java application. There is a bug in the Java 1.6 methods (java.io.File.getFreeSpace and getTotalSpace) which cause them to return 0 when the disk is large (over 4 TB).
Does Sigar handle this case?.
Thanks.
- Chris