Subject:file copying between host and guest
From:raflik-nb <raflik-nb@o2.pl>
Date: Wed, 04 Aug 2010 16:20:14 +0200

 Wed, 04 Aug 2010 16:20:14 +0200
Hello, I am a new user of vserver (on Debian) and found this in FAQ:

===
  How can I copy anything from host to guest partition, normally unvisible on host?
You should just change namespace, e.g.:

vnamespace --enter <xid> -- /bin/bash

and then use standard cp or rsync programs.
===

What I see is the guest filesystem in /var/lib/<vserver> and I can copy files there
which are instantly visible from the guest. 

What issue does that piece of advice actually address? I find it a bit confusing.

Greets,
raflik