99
edits
Changes
FUSE
,Added info on umounting sshfs
# vzctl enter 100
# sshfs root@foo.org:/root /mnt/foo.org.root
</pre>
==== Unmounting filesystem ====
In case of <code>sshfs</code> after umounting an appropriate daemon must be killed. This may be done by the following command
<pre>
# fusermount -u moutpoint
</pre>