prlctl mount, umount
The
prlctl mount
command mounts the Container private area to the Container root directory (
/vz/root/<
CT_ID
>
on the server) without starting it. Normally, you do not have to use this command as the
prlctl start
command mounts the Container private area automatically.
The
prlctl umount
command unmounts the Container private area. Usually, there is no need in using this command either because
prlctl stop
unmounts the Container private area automatically.
Syntax
prlctl mount
<
CT_ID
>
prlctl umount
<
CT_ID
>
Options
Name
|
Description
|
<CT_ID>
|
Container ID.
|
|