Last change
on this file since 105388 was 105335, checked in by vboxsync, 8 months ago |
FE/Qt: bugref:10705. Merging r6149 from doc team's repo.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="vboxexpertstoragemgmt">
|
---|
4 | <title><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Expert Storage Management</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>In case the snapshot model of <ph conkeyref="vbox-conkeyref-phrases/product-name"/> is not sufficient it is
|
---|
8 | possible to enable a special mode which makes it possible to reconfigure storage attachments while the VM is
|
---|
9 | paused. The user has to make sure that the disk data stays consistent to the guest because unlike with hotplugging
|
---|
10 | the guest is not informed about detached or newly attached media. </p>
|
---|
11 | <p>The expert storage management mode can be enabled per VM executing: </p>
|
---|
12 | <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> "VBoxInternal2/SilentReconfigureWhilePaused" 1</pre>
|
---|
13 | <p>You can reconfigure storage attachments later while the VM is paused by using the <userinput>VBoxManage
|
---|
14 | storageattach</userinput> command. </p>
|
---|
15 | </body>
|
---|
16 |
|
---|
17 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.