On Fri, Oct 12, 2012 at 11:50 PM, Jan Engelhardt <[email protected]> wrote:
> on openSUSE 12.2, which has udev-182 and systemd-44, I found that
> starting udevd creates some loop devices in /dev (which is a devtmpfs).

> Now, in /etc/modprobe.d/99-local.conf, I have set forth:
>
>   options loop max_loop=256 max_part=15

You should avoid using max_part=, which changes the way minors are
assigned. It's not compatible with SUSE's pre-created devices nodes.

losetup has proper loop allocation code, pre-creation is not needed.

Also loop devices have proper native partition support in the kernel
since quite a while, and this (broken) option should just not be used
today.

Kay
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to