<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 1, 2015 at 4:13 AM, Peter Steele <span dir="ltr"><<a href="mailto:pwsteele@gmail.com" target="_blank">pwsteele@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">lxc.cgroup.devices.allow = b 8:3 rwm<br>
<br>
and restarted my container. This didn't seem to do the trick through. Running this command on the host however did do the trick:<br>
<br>
# mknod -m 777 /var/lib/lxc/test/rootfs.dev/sda3 b 8 3<br>
<br>
I assume the parameter lxc.cgroup.devices.allow is intended to do something like this in an automated fashion, and I'd rather use this parameter than running mknod explicitly. What am I missing?<br>
<br></blockquote><div><br></div><div>Nope. lxc.cgroup allows you to create and access the block device, but you still need to create the device node yourself.</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>