}
HostStorageSystem hds = host.getHostStorageSystem();
System.out.println("Supported file system volume types:");
HostFileSystemVolumeInfo vi = hds.getFileSystemVolumeInfo();
printFileVolumeInfo(vi);
System.out.println("\nStorage device information:");
HostStorageDeviceInfo hsdi = hds.getStorageDeviceInfo();
printStorageDeviceInfo(hsdi);