Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Talk:Bind mounts

30 bytes added, 09:26, 11 July 2011
use source tag
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.
<source lang="bash">
#!/bin/sh
. /etc/vz/vz.conf
set -x
mount -n -t simfs /usr/src $VE_ROOT/usr/src -o /usr/src
</source>
--[[User:Kir|Kir]] 09:26, 11 July 2011 (UTC)