Archive for the ‘Virtuozzo’ Category

How do I safely remove the /home/virtfs directory?

Wednesday, November 18th, 2009

The virtfs directory contains hard links to all the system binaries to help with security via jailshelled accounts.

If you remove the virtfs system without unmounting the directories under it, you will completely break the system.

The procedure you need to do is the following:

cd /home/virtfs
find . -regex ‘^.*[How do I safely remove the virtfs directory?^.]‘ -type d > t1
for i in $(cat t1); do umount $i; done

After this is ran, you can safely recursively remove the /home/virtfs directory.

Hello world!

Thursday, April 12th, 2007

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!