Get Size of a given block device.
(string)
| 110 | GetBlockDevices() ([]os.FileInfo, error) |
| 111 | // Get Size of a given block device. |
| 112 | GetBlockDeviceSize(string) (string, error) |
| 113 | // Get scheduler type for the block device. |
| 114 | GetBlockDeviceScheduler(string) (string, error) |
| 115 | // Get device major:minor number string. |
no outgoing calls
no test coverage detected