Class DevPath

java.lang.Object
oshi.util.platform.linux.DevPath

@ThreadSafe public final class DevPath extends Object
Provides constants for paths in the /dev filesystem on Linux.

If the user desires to configure a custom /dev path, it must be declared in the OSHI configuration file or updated in the GlobalConfig class prior to initializing this class.

  • Field Details

    • DEV

      public static final String DEV
      The /dev filesystem location.
    • DISK_BY_UUID

      public static final String DISK_BY_UUID
    • DM

      public static final String DM
    • LOOP

      public static final String LOOP
    • MAPPER

      public static final String MAPPER
    • RAM

      public static final String RAM