|
|
@ -131,7 +131,6 @@ public class diskUsage {
|
|
|
|
dfUnix (true);
|
|
|
|
dfUnix (true);
|
|
|
|
for (int i = 0; i < allMountPoints.size(); i++)
|
|
|
|
for (int i = 0; i < allMountPoints.size(); i++)
|
|
|
|
usedVolumes.add(false);
|
|
|
|
usedVolumes.add(false);
|
|
|
|
|
|
|
|
|
|
|
|
checkVolumesInUseUnix ("DATA");
|
|
|
|
checkVolumesInUseUnix ("DATA");
|
|
|
|
checkMapedSubDirs ();
|
|
|
|
checkMapedSubDirs ();
|
|
|
|
|
|
|
|
|
|
|
@ -283,7 +282,9 @@ nextLine:
|
|
|
|
usable = false;
|
|
|
|
usable = false;
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!dir.endsWith ("HTCACHE")) {
|
|
|
|
if (!dir.endsWith ("HTCACHE")
|
|
|
|
|
|
|
|
&& !dir.endsWith ("LOCALE")
|
|
|
|
|
|
|
|
&& !dir.endsWith ("RELEASE")) {
|
|
|
|
checkVolumesInUseUnix (dir);
|
|
|
|
checkVolumesInUseUnix (dir);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
checkPathUsage (dir);
|
|
|
|
checkPathUsage (dir);
|
|
|
|