Module: Gio::DriveStartStopType
- Defined in:
- (unknown)
Constant Summary collapse
- UNKNOWN =
Unknown or drive doesn't support start/stop.
0 or :unknown
- SHUTDOWN =
The stop method will physically shut down the drive and e.g. power down the port the drive is attached to.
1 or :shutdown
- NETWORK =
The start/stop methods are used for connecting/disconnect to the drive over the network.
2 or :network
- MULTIDISK =
The start/stop methods will assemble/disassemble a virtual drive from several physical drives.
3 or :multidisk
- PASSWORD =
The start/stop methods will unlock/lock the disk (for example using the ATA SECURITY UNLOCK DEVICE command)
4 or :password