Penguin
Annotated edit history of ENOTBLK version 3, including all changes. View license author blame.
Rev Author # Line
3 PerryLorier 1 !!!Is not a block device
1 JohnMcPherson 2 A kernel call failed because it was expecting a block device as an argument, but got a character device or an ordinary file.
3
2 JohnMcPherson 4 For example, to mount(8) a filesystem you must use a block device (such as /dev/hda* or /dev/loop0).