Class Lshal

java.lang.Object
oshi.driver.unix.solaris.disk.Lshal

@ThreadSafe public final class Lshal extends Object
Utility to query lshal
  • Method Details

    • queryDiskToMajorMap

      public static Map<String,Integer> queryDiskToMajorMap()
      Query lshal to get device major
      Returns:
      A map with disk names as the key and block device major as the value if lshal is installed; empty map otherwise