notBlockDevice
Not a block device.
Declaration
static var notBlockDevice: Errno { get }Mentioned in
Discussion
You attempted a block device operation on a nonblock device or file.
The corresponding C error is ENOTBLK.
Not a block device.
static var notBlockDevice: Errno { get }You attempted a block device operation on a nonblock device or file.
The corresponding C error is ENOTBLK.