Actions
Feature #7882
closedAdd /dev/full , the always-full memory device
Start date:
2017-02-16
Due date:
% Done:
100%
Estimated time:
1.00 h
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Linux and FreeBSD implement /dev/full , an always full memory device. Reads behave like /dev/zero, but a write always returns ENOSPC. This can be used to test software behavior in out-of-space conditions. Adding this will improve compatibility.
Actions