<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Dec 5, 2018 at 9:03 PM Ingo Baab <<a href="mailto:ib@baab.de">ib@baab.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello All,<br>
how can I access the LXD/LXC containers rootfs from the host system?<br>
(if I am using ubuntu18.04 with snap lxc --version 3.7 on loopback-ZFS)<br>
<br>
On other (real ZFS-based and U16.04) server I can access:<br>
<br>
     "/var/lib/lxd/containers/{$containername}/rootfs/"<br>
<br>
Any hints?<br>
Ingo<br>
<br></blockquote><div><br></div><div><br></div><div>I believe newer versions of lxd:<br>- keeps the zfs datasets unmounted by default</div><div>- only mounts it on the host when container is starting</div><div>- unmount it again from the host, so it's only mounted on the container</div><div><br></div><div>You should be able to do this on the host:</div><div>- zfs list</div><div>- zfs mount ...</div><div><br></div><div>for example, in my case the dataset name is something like data/lxd/containers/c1, and it can be mounted (with 'zfs mount') on /var/snap/lxd/common/lxd/storage-pools/default/containers/c1.</div><div><br></div><div>-- </div><div>Fajar</div>











</div></div>