Den 2015-07-22 15:23, Michael Stauber skrev:
Hi Johan,
I guess containers could be converted, but can the bind mounts be done
without simfs in a simple way as well?
Regardless if you use simfs or ploop, a VPS or a "real" machine: For
things like that I find fuse-sshfs quite useful. With that you can mount
a remote directory via SSH to a local mountpoint.
Prerequisites:
Both the HN and the VPS from which you mount need fuse-sshfs installed
(dependencies: fuse and fuse-libs). The HN needs to "modprobe fuse" and
the VPS needs this in its VPS config file:
# Fuse:
DEVICES="c:10:229:rw "
DEVNODES="fuse:rw
The syntax for mounting is like this:
sshfs u...@remote.host:/dir /local/dir
Thank you!
That's a simple and clean way to do it. :-)
/Johan
_______________________________________________
Users mailing list
Users@openvz.org
https://lists.openvz.org/mailman/listinfo/users