Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Gentoo template creation

155 bytes added, 13:11, 15 November 2011
Make /etc/mtab a symlink to /proc/mounts
ln -s /proc/mounts /vz/private/777/etc/mtab
</pre>
After replacing <code>/etc/mtab</code> with a symlink to <code>/proc/mounts</code>, you will always have up-to-date information of what is mounted in <code>/etc/mtab</code>.You will, however, have an error on boot (in <code>/var/log/init.log</code>) that can be safely ignored: <code>* /etc/mtab is not updateable [ !! ]</code>
== Replace /etc/fstab ==
1
edit