<
> See Documentation/device-mapper/zero.txt for usage. This target has no target-specific parameters.
>
> The "zero" target create that functions similarly to /dev/zero: All reads return binary zero, and all writes are discarded. Normally used in tests [...]
>
> This creates a 1GB (1953125-sector) zero target:
>
>
> root# dmsetup create 1gb-zero --table '0 1953125 zero'
>