}
long availableBytes = 0;
long usedBytes = 0;
try {
SectorDriver sectorDriver = SectorDriverManager.getSectorDriver();
availableBytes = sectorDriver.getAvailableBytes();
usedBytes = sectorDriver.getUsedBytes();
} catch (SectorException e) {
throw new VfsIOException(e.getMessage(), e);
}
return new SystemInfo(bytesPerRead, bytesPerWrite,
childObjectsPerParent, hierarchicalDepth, fileNameLength,