class Solid.StorageDrive |
|
|
This device interface is available on storage devices. A storage is anything that can contain a set of volumes (card reader, hard disk, cdrom drive...). It's a particular kind of block device. |
|
Creates a new StorageDrive object. You generally won't need this. It's created when necessary using Device.as().
backendObject - the device interface object provided by the backend See also Solid.Device.as() |
|
Internal |
|
Retrieves the type of physical interface this storage device is connected to. Returns the bus type See also Solid.Ifaces.Enums.StorageDrive.Bus |
|
Get the Solid.DeviceInterface.Type of the StorageDrive device interface. Returns the StorageDrive device interface type See also Solid.Ifaces.Enums.DeviceInterface.Type |
|
Retrieves the type of this storage drive. Returns the drive type See also Solid.Ifaces.Enums.StorageDrive.DriveType |
|
Indicates if this storage device can be plugged or unplugged while the computer is running. Returns true if this storage supports hotplug, false otherwise |
|
Indicates if the media contained by this drive can be removed. For example memory card can be removed from the drive by the user, while partitions can't be removed from hard disks. Returns true if media can be removed, false otherwise. |
Ide | - | ||
Usb | - | ||
Ieee1394 | - | ||
Scsi | - | ||
Sata | - | ||
Platform | - |
HardDisk | - | ||
CdromDrive | - | ||
Floppy | - | ||
Tape | - | ||
CompactFlash | - | ||
MemoryStick | - | ||
SmartMedia | - | ||
SdMmc | - | ||
Xd | - |