[systemd-devel] mounting loop

2015-04-20 Thread Christian Hesse
Hello everybody, with systemd 219 mounting a filesystem image in loopback mode fails. Using these command: # truncate -s 1G /tmp/test.img # mkfs.ext4 /tmp/test.img [...] # mount -o loop /tmp/test.img /mnt/tmp systemd umounts the image as it thinks it is inactive: Apr 20 08:54:28 leda systemd[1]

Re: [systemd-devel] mounting loop

2015-04-21 Thread Christian Hesse
Christian Hesse on Mon, 2015/04/20 09:25: > Hello everybody, > > with systemd 219 mounting a filesystem image in loopback mode fails. Using > these command: > > # truncate -s 1G /tmp/test.img > # mkfs.ext4 /tmp/test.img > [...] > # mount -o loop /tmp/test.img /mnt/tmp > > systemd umounts the im