Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Bind mounts

126 bytes added, 14:09, 26 April 2010
Mount script example
source ${VE_CONFFILE}
mount -n --bind /mnt/disk ${VE_ROOT}/mnt/disk
 
After creating script please make it executable by issuing "chmod +x CTID.mount" at command line otherwise vm fails to start
=== Unmount script example ===
Anonymous user