Older Newer
Sat, 09 Apr 2005 21:17:00 . . . . (Björn Steinbrink)? [some fixes]
Sat, 09 Apr 2005 21:01:27 . . . . (Raoul Bhatia)?
Sat, 09 Apr 2005 21:00:33 . . . . (Raoul Bhatia)?
Sat, 09 Apr 2005 20:53:45 . . . . (Raoul Bhatia)? [+spelling mistakes +formatting]
Sun, 03 Apr 2005 17:57:57 . . . . Kalou [Updated link to the Great Flower Page]
Wed, 09 Mar 2005 15:07:21 . . . . (Björn Steinbrink)? [first version, may need some review/additions]


Changes by last author:

Changed:
Namespace are automagically destroyed once all processes which use that namespace have died and all mounts are also automagically unmounted, so you don't have to take care that some dead mounts are hanging around and keeping you from, for example, removing a media from a cdrom drive (of course you have to take care that all processes died ;)).
A namespace is automagically destroyed once all processes using that namespace have died. All mounts are automagically unmounted in that namesapce, so you don't have to take care that some dead mounts hang around somewhere you can't access them and keep you from, for example, removing a media from your cdrom drive (of course you have to take care that all processes die ;)).
Changed:
The cosmetic reason is that your host's namespace isn't cluttered with all those mounts inside the vservers. Mount is only displaying the host system's information.
The cosmetic reason is that your host's namespace isn't cluttered with all those mounts inside the vservers, i.e. /proc/mounts only contains the list of mounts in the current namespace.
Changed:
# display all mounts

vnamespace -e myvserver mount

# display all mounts in the namespace of 'myvserver'

vnamespace -e myvserver cat /proc/mounts