Siduction Forum

Siduction Forum => Software - Support => Topic started by: luxuslurch on 2014/01/09, 22:24:51

Title: [solved] Iso mounten als loop device schlägt fehl
Post by: luxuslurch on 2014/01/09, 22:24:51
Ich wollte ein CD-Abbild, welches mittels dd erstellt wurde, als loop-Device mounten. Das ging aber nicht:
Quotemount -o loop Fritz8.iso /mnt/tmp/
mount: Could not find any loop device. Maybe this kernel does not know
       about the loop device? (If so, recompile or `modprobe loop'.)
Sehr merkwürdig, denn bisher ging das noch unter jedem (nicht-siduction-)Kernel.
modprobe loop
löst das Problem dann tatsächlich. Insofern wollte ich nur aus laienhaftem Interesse nachfragen, warum siduction diese Option nicht standardmäßig aktiviert?
Title: Re: Iso mounten als loop device schlägt fehl
Post by: luxuslurch on 2014/01/12, 17:45:31
Seems to be a systemd-bug, not just siduction-only. I rest my case.
Title: Re: [solved] Iso mounten als loop device schlägt fehl
Post by: melmarker on 2014/01/12, 19:23:54
its not a systemd bug - loop isn't loaded in debian by default - we did this with sysvinit and we will provide a setting for this with systemd too - http://forum.siduction.org/index.php?topic=4193.msg35127#msg35127
Title: Re: [solved] Iso mounten als loop device schlägt fehl
Post by: luxuslurch on 2014/01/13, 11:26:38
Alright, I see. It's actually no big deal, just a little bit confusing. Thank you for your clarification!