Package oshi.driver.mac.disk
Class Diskutil
java.lang.Object
oshi.driver.mac.disk.Diskutil
@ThreadSafe public final class Diskutil extends java.lang.Object
Utility to query diskutil
-
Method Summary
Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>queryLogicalVolumeMap()Query diskutil to map logical volumesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
queryLogicalVolumeMap
public static java.util.Map<java.lang.String,java.lang.String> queryLogicalVolumeMap()Query diskutil to map logical volumes- Returns:
- A map with physical volume as the key and logical volume as the value
-