fullDevice
constfullDevice:DeviceDriver
Defined in: src/internal/devices.ts:400
Internal
Simulates the /dev/full device.
- Reads behave like
/dev/zero(returns zeroes). - Writes always fail with ENOSPC (no space left on device).
constfullDevice:DeviceDriver
Defined in: src/internal/devices.ts:400
Internal
Simulates the /dev/full device.
/dev/zero (returns zeroes).