Top Qs
Timeline
Chat
Perspective

/dev/full

Device file in Unix-like operating systems From Wikipedia, the free encyclopedia

Remove ads

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
Remove ads

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

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads