FULL(4D) Devices FULL(4D)

fullalways-full device

/dev/full

The full device is used to test program behavior in out-of-space conditions.

Writes always yield the error ENOSPC.

Reads supply an endless stream of zeros, identical to zero(4D)

lseek(2) will always return successfully.

mmap(2) is not implemented.

/dev/full
 

mem(4D), null(4D), zero(4D)

February 7, 2017 OmniOS