increase the loop device count
1 2 3 4 5 6 7 |
Increasing the loop devices from the default 7 to 150: - umount /dev/loop * - modprobe -r loop - modprobe loop max_loop=150 - vi /etc/modprobe.conf options loop max_loop=150 |
1 2 3 4 5 6 7 |
Increasing the loop devices from the default 7 to 150: - umount /dev/loop * - modprobe -r loop - modprobe loop max_loop=150 - vi /etc/modprobe.conf options loop max_loop=150 |
All logos are copyright of their respective owners
Leave a Reply