Apps :: cloop8: no such device
The number of devices in DSL is 64, (0 .. 63).
Also I use a table of size 64 to keep track of mounted uci/unc
But I actually compiled 128 into the cloop module.
I didn't want to use up too many i-nodes on low memory machines to create all 128 devices. Also, there was initially much concern when so many cloops were being used.
The table setup is initialized in /etc/init.d/dsl-config
original here.