/** Return total capacity, used and unused */
 public long getCapacity() throws IOException {
   return volumes.getCapacity();
 }