Increasing the number of loop devices
-------------------------------------
If you see "mount: could not find any free loop device" you have
to increase the number of loop devices by adding the following
to /etc/modprobe.conf on a 2.6 kernel (or /etc/modules.conf on
a 2.4 kernel).
----
options loop max_loop=64
----
To make this active, unmount all loop-mounts and then remove the loop
module from the kernel:
----
rmmod loop
----
Or alternatively, reboot your system
Ни /etc/modprobe.conf, ни /etc/modules.conf у меня в системе нету, пробовал искать файлы по содержимому строки "max_loop" - все одно и тоже, не находит и все
Сам модуль точно есть, проверял, поддержка лупов в ядре модулем, но конфига модулей найти не могу
З.Ы. У меня стоит Debian-4.0r0-amd64-Etch, ядро 2.6.18.8
Может кто поможет?
справедливости ради замечу, что название файла - фиолетово.
можно хоть, например, в /etc/modprobe.d/aliases добавить эту строчку.
или создать /etc/modprobe.conf.
все эти файлы просматриваются modprobe-ом.