В Tue, 22 Oct 2013 18:51:02 +0200 Per Jessen <per@computer.org> пишет:
Patrick Shanahan wrote:
* Cristian Rodríguez <crrodriguez@opensuse.org> [10-22-13 10:07]:
El 22/10/13 01:18, Marc Chamberlin escribió:
If this loop kernel module is required by Realcrypt, why didn't YaST load if for me when I selected Realcrypt for installation? Seems like I shouldn't have to go and hunt this solution down like this.
echo "loop" > /etc/modules.load.d/loop.conf
echo "loop" > /etc/modules-load.d/loop.conf
That works, but didn't modules such as this used to be loaded on-demand or am I imagining things?
They are if program is using the right calls. losetup does not need loop to be preloaded.
I don't recall ever having to add e.g. loop to any file.
In the past several /dev/loopX devices were pre-created initially which caused loop to be loaded on access. Now loop has API to dynamically allocate new loop device so it is not really needed. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org