Skip to content

nullblk

Animesh Trivedi edited this page Aug 20, 2024 · 6 revisions

Null block device driver

Always read the modinfo help

Working example command

sudo modprobe null_blk queue_mode=2 gb=32 bs=4096 nr_devices=1 irqmode=2 hw_queue_depth=512 use_per_node_hctx=0 completion_nsec=10000 memory_backed=1

https://github.com/animeshtrivedi/notes/wiki/linux-development#tmpfs-and-null-block-device-options

Clone this wiki locally