<div dir="ltr"><div>Thank you - I had done that and it was showing a mount point of:</div><div><br></div><div>/var/lib/lxd/storage-pools/default/containers/<container><br></div><div><br></div><div>but there doesn't appear to be anything there.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 9:51 AM, Benoit GEORGELIN - Association Web4all <span dir="ltr"><<a href="mailto:benoit.georgelin@web4all.fr" target="_blank">benoit.georgelin@web4all.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">----- Mail original -----<br>
> De: "Caleb Everett" <<a href="mailto:caleb@calebeverett.io">caleb@calebeverett.io</a>><br>
> À: "lxc-users" <<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a>><br>
> Envoyé: Mardi 14 Mars 2017 12:32:11<br>
> Objet: [lxc-users] Trouble locating rootfs<br>
<div><div class="h5"><br>
> I'm trying to set acl permissions on some files in the root file system from the<br>
> host, but can't seem to find the root file systems for the containers.<br>
> I'm using zfs for storage. Both /var/lib/lxd/containers/<<wbr>container> and<br>
> /var/lib/lxd/storage-pools/<wbr>default/containers/<container> are empty.<br>
<br>
> Does anyone have any ideas on how I can locate the root file systems?<br>
<br>
</div></div>With ZFS, you can do : zfs list<br>
You will see your ZFS datasets , and their mount points.<br>
<br>
If you need to mount a specific dataset you can do : zfs mount <DATASET><br>
<br>
That should help.<br>
<br>
Regards<br>
______________________________<wbr>_________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.<wbr>linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.<wbr>org/listinfo/lxc-users</a></blockquote></div><br></div>