/dev/full
Device file in Unix-like operating systems From Wikipedia, the free encyclopedia
In Linux, FreeBSD, NetBSD /dev/full, or the always-full device,[1][2] is a special file that always returns the error code ENOSPC (meaning "No space left on device") on writing, and provides an infinite number of zero bytes to any process that reads from it (similar to /dev/zero). This device is usually used when testing the behaviour of a program when it encounters a "disk full" error.
$ echo "Hello world" > /dev/full
bash: echo: write error: No space left on device
History
Support for the always-full device in Linux is documented as early as 2007.[2] Native support was added to FreeBSD in the 11.0 release in 2016,[3] which had previously supported it through an optional module called lindev.[3][4] The full device appeared in NetBSD 8.[5]
See also
- /dev
- /dev/null
- /dev/zero
- Fault injection
- /dev/mordor in 9front
References
Wikiwand - on
Seamless Wikipedia browsing. On steroids.