<div dir="ltr"><div>Ok, i will try this, but <br>should i first mount again connections<br>sudo mount  /sys/fs/fuse/connections<br><br>?<br>or not ?<br><br></div>Thanks. <br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-07 15:49 GMT+01:00 Serge Hallyn <span dir="ltr">&lt;<a href="mailto:serge.hallyn@ubuntu.com" target="_blank">serge.hallyn@ubuntu.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Quoting Thouraya TH (<a href="mailto:thouraya87@gmail.com">thouraya87@gmail.com</a>):<br>
&gt; root@u1:/# sudo umount /sys/fs/fuse/<br>
&gt; umount : /sys/fs/fuse/ : n&#39;est pas monté<br>
&gt;<br>
&gt; !!<br>
&gt; it doesn&#39;t work<br>
&gt;<br>
&gt; As you know i have already done this:<br>
&gt;<br>
&gt; root@u1:/# sudo umount /sys/fs/pstore<br>
&gt; root@u1:/# vim /etc/fstab<br>
&gt; root@u1:/# vim /etc/fstab<br>
&gt;<br>
&gt; i have only this line in the file:<br>
&gt; -- &gt; # UNCONFIGURED FSTAB FOR BASE SYSTEM<br>
&gt;<br>
&gt; root@u1:/# rmdir /sys/fs/pstore<br>
&gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; root@u1:/# sudo rmdir /sys/fs/pstore<br>
&gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; root@u1:/# sudo su<br>
&gt; root@u1:/#  rmdir /sys/fs/pstore<br>
&gt; rmdir: échec de suppression de «/sys/fs/pstore»: Permission non accordée<br>
&gt; root@u1:/#<br>
<br>
</span>Ok I don&#39;t know whether you&#39;re having a problem with pstore at c/r or<br>
not as that seems unrelated to the fuse gorp, but if you are having a<br>
problem with pstore, then<br>
<br>
Edit /usr/share/lxc/config/ubuntu.common.conf, comment out<br>
<br>
lxc.mount.entry = /sys/fs/pstore sys/fs/pstore none bind,optional 0 0<br>
<br>
and add<br>
<br>
lxc.mount.entry = tmpfs /sys/fs/pstore none bind,optional 0 0<br>
<br>
That should keep mountall from trying to mount pstore.<br>
<br>
I think what you really want to do is teach criu to simply mark that pstore<br>
was mounted, then simply bind-mount it from the host again at restart.<br>
</blockquote></div><br></div>