org.kde.koala
public class KMountPoint extends KShared
UNKNOWN: The KMountPoint class provides information about mounted and unmounted disks.
Field Summary | |
---|---|
static int | NeedMountOptions |
static int | NeedRealDeviceName |
Constructor Summary | |
---|---|
protected | KMountPoint(Class dummy) |
Method Summary | |
---|---|
static String | devNameFromOptions(String[] options)
When using supermount, the device name is in the options field
as dev=/my/device |
String | mountedFrom()
Where this filesystem gets mounted from.
|
ArrayList | mountOptions()
Options used to mount the filesystem.
|
String | mountPoint()
Path where the filesystem is mounted or can be mounted. |
String | mountType()
Type of filesystem |
String | realDeviceName()
Canonical name of the device where the filesystem got mounted from.
|
UNKNOWN: When using supermount, the device name is in the options field as dev=/my/device
UNKNOWN: Where this filesystem gets mounted from.
UNKNOWN: Options used to mount the filesystem.
UNKNOWN: Path where the filesystem is mounted or can be mounted.
UNKNOWN: Type of filesystem
UNKNOWN: Canonical name of the device where the filesystem got mounted from.