increase the loop device count
 0
				
				| 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 | 












