Difference between revisions of "Talk:Bind mounts"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(created)
(No difference)

Revision as of 09:26, 11 July 2011

simfs instead of bind mount

FIXME merge this info

Here's how to use simfs instead of --bind (helpful if you are using checkpointing or live migration and host FS is "exotic" like xfs.

  1. !/bin/sh

. /etc/vz/vz.conf . $VE_CONFFILE set -x mount -n -t simfs /usr/src $VE_ROOT/usr/src -o /usr/src

--Kir 09:26, 11 July 2011 (UTC)