On Oct 12, Dieter <[email protected]> wrote:

> Sadly i can't. I have not yet found a system or live-cd that would not run
> into the described out-of-memory situation.
> (i tried debian-stable live, gparted live, arch-stable live)
GRML does not use systemd yet, so it may work.

> I thought i might be able to mask the partitions using the following rule:
> cat /etc/udev/rules.d/00_hide_partitions
> KERNEL=="sdc*", ENV{UDISKS_IGNORE}="1"
> KERNEL=="sdd*", ENV{UDISKS_IGNORE}="1"
I doubt that the problem is udisks, try instead:

cat << 'END' >> /etc/udev/rules.d/10-test.rules
KERNEL=="sd[cd]*", GOTO="systemd_end"
END

If this works then you can try raising 10 step by step until you can 
reproduce the issue (have a look at the existing rules to guess some 
interesting values).

-- 
ciao,
Marco

Attachment: signature.asc
Description: PGP signature

Reply via email to