Skip to content

fullDevice

const fullDevice: 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).