Tagged Questions
3
votes
1answer
213 views
How do I setup more then 10 loopback device?
From this answer the solution is to
modprobe loop max_loop=64
Which makes me allowed to use 64 loopback devices then
mknod -m 660 /dev/loop8 b 7 8
To create the devices. I did this for 8, 9, 10 ...