Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

FUSE

196 bytes added, 16:28, 10 March 2022
Container tuning
FUSE cannot be installed due to udev/hotplug dependency (explained in [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503953 bug report 503953])
===== Ubuntu, Debian 6.0 (squeeze), Debian 4.0 (etch) and older =====
# apt-get install sshfs
...
</pre>
 
Or more simply:
<pre>
# vzctl set 103 --devnodes fuse:rw --save
...
</pre>
 
Note that restart (or moving to root container device cgroup before mounting) might be required.
=== Mounting filesystem ===
Anonymous user