Changes

Jump to: navigation, search

FUSE

165 bytes added, 16:28, 10 March 2022
Container tuning
=== Kernel ===
* Download appropriate kernel from [http://download.openvz.org/ openvz.org] or compile kernel with <code>CONFIG_FUSE_FS</code> option set
* Debian/Ubuntu: You can alternatively add the line "modprobe" <code>fuse</code> into /etc/modules , and apply immediately with the command ": <pre>modprobe --first-time fuse"</pre>
=== Userspace ===
==== Debian/Ubuntu ====
===== Debian 5.0 (lenny) =====
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 46.0 (etch) =====Follow the procedure for older versions (belowsqueeze), and see [[Installing udev in VE based on Debian-4.0]]===== Ubuntu, Debian 4.0 (etch) and older =====
# apt-get install sshfs
 
(Debian 4.0 note: see [[Installing udev in VE based on Debian-4.0]])
==== Compiling from source ====
...
</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

Navigation menu