Does hibernation on host machine damage guest machine?











up vote
0
down vote

favorite
1












I have a host machine running Windows 10 and a guest machine running Linux. Sometimes I hibernate the host but I forget to shutdown the guest machine.



Does hibernation on the host machine while the guest machine is running, can damage the guest machine?



What if the guest's hard drive is a physical external hard drive?










share|improve this question




















  • 1




    At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
    – dave_thompson_085
    Jul 9 '17 at 3:58















up vote
0
down vote

favorite
1












I have a host machine running Windows 10 and a guest machine running Linux. Sometimes I hibernate the host but I forget to shutdown the guest machine.



Does hibernation on the host machine while the guest machine is running, can damage the guest machine?



What if the guest's hard drive is a physical external hard drive?










share|improve this question




















  • 1




    At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
    – dave_thompson_085
    Jul 9 '17 at 3:58













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I have a host machine running Windows 10 and a guest machine running Linux. Sometimes I hibernate the host but I forget to shutdown the guest machine.



Does hibernation on the host machine while the guest machine is running, can damage the guest machine?



What if the guest's hard drive is a physical external hard drive?










share|improve this question















I have a host machine running Windows 10 and a guest machine running Linux. Sometimes I hibernate the host but I forget to shutdown the guest machine.



Does hibernation on the host machine while the guest machine is running, can damage the guest machine?



What if the guest's hard drive is a physical external hard drive?







virtualbox virtualization hibernate






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 9 '17 at 7:07









Sathyajith Bhat

52.5k29153252




52.5k29153252










asked Jul 9 '17 at 3:03









chepe263

211416




211416








  • 1




    At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
    – dave_thompson_085
    Jul 9 '17 at 3:58














  • 1




    At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
    – dave_thompson_085
    Jul 9 '17 at 3:58








1




1




At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
– dave_thompson_085
Jul 9 '17 at 3:58




At least for me (with 5.0.10) the guest clocks 'stand still' and thus become wrong by amount of hibernation. Whether this counts as damage depends on you; I find it annoying enough to avoid doing it. I haven't tried an external disk but I see no reason it should make a difference as long as you don't disconnect it during the 'warp' -- and an internal drive can be removed also.
– dave_thompson_085
Jul 9 '17 at 3:58










3 Answers
3






active

oldest

votes

















up vote
1
down vote













In a nutshell, when a computer goes into hibernation, it takes everything in RAM and writes it to the hard drive and then powers down. When it boots up, it reverses the process and reads everything that was written to the hibernation file into RAM. If the external drive is in the same port and unlocked when the computer powers up from hibernation, then it should resume as if nothing happened. VirtualBox shouldn't actually care which port the hard drive is plugged into if you are using a virtual hard drive on the external drive, it only cares about the path to the drive. If you're forwarding the USB directly to the VM, it mostly shouldn't matter as I believe that VirtualBox goes by USB IDs when forwarding USB to VMs.






share|improve this answer

















  • 1




    on a windows system, the order of the plugged in devices matters
    – chepe263
    Jul 12 '17 at 1:15


















up vote
0
down vote













It shouldn't matter, or at least I can't imagine any reason it would. Caveat: I speak purely from theory. I use VMs but I never hibernate and never have. So maybe someone will show I'm wrong, it's happened before, but I'd be real surprised.






share|improve this answer




























    up vote
    0
    down vote













    It is known issue in VirualBox running on Windows:



    https://www.virtualbox.org/ticket/14374






    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1228117%2fdoes-hibernation-on-host-machine-damage-guest-machine%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote













      In a nutshell, when a computer goes into hibernation, it takes everything in RAM and writes it to the hard drive and then powers down. When it boots up, it reverses the process and reads everything that was written to the hibernation file into RAM. If the external drive is in the same port and unlocked when the computer powers up from hibernation, then it should resume as if nothing happened. VirtualBox shouldn't actually care which port the hard drive is plugged into if you are using a virtual hard drive on the external drive, it only cares about the path to the drive. If you're forwarding the USB directly to the VM, it mostly shouldn't matter as I believe that VirtualBox goes by USB IDs when forwarding USB to VMs.






      share|improve this answer

















      • 1




        on a windows system, the order of the plugged in devices matters
        – chepe263
        Jul 12 '17 at 1:15















      up vote
      1
      down vote













      In a nutshell, when a computer goes into hibernation, it takes everything in RAM and writes it to the hard drive and then powers down. When it boots up, it reverses the process and reads everything that was written to the hibernation file into RAM. If the external drive is in the same port and unlocked when the computer powers up from hibernation, then it should resume as if nothing happened. VirtualBox shouldn't actually care which port the hard drive is plugged into if you are using a virtual hard drive on the external drive, it only cares about the path to the drive. If you're forwarding the USB directly to the VM, it mostly shouldn't matter as I believe that VirtualBox goes by USB IDs when forwarding USB to VMs.






      share|improve this answer

















      • 1




        on a windows system, the order of the plugged in devices matters
        – chepe263
        Jul 12 '17 at 1:15













      up vote
      1
      down vote










      up vote
      1
      down vote









      In a nutshell, when a computer goes into hibernation, it takes everything in RAM and writes it to the hard drive and then powers down. When it boots up, it reverses the process and reads everything that was written to the hibernation file into RAM. If the external drive is in the same port and unlocked when the computer powers up from hibernation, then it should resume as if nothing happened. VirtualBox shouldn't actually care which port the hard drive is plugged into if you are using a virtual hard drive on the external drive, it only cares about the path to the drive. If you're forwarding the USB directly to the VM, it mostly shouldn't matter as I believe that VirtualBox goes by USB IDs when forwarding USB to VMs.






      share|improve this answer












      In a nutshell, when a computer goes into hibernation, it takes everything in RAM and writes it to the hard drive and then powers down. When it boots up, it reverses the process and reads everything that was written to the hibernation file into RAM. If the external drive is in the same port and unlocked when the computer powers up from hibernation, then it should resume as if nothing happened. VirtualBox shouldn't actually care which port the hard drive is plugged into if you are using a virtual hard drive on the external drive, it only cares about the path to the drive. If you're forwarding the USB directly to the VM, it mostly shouldn't matter as I believe that VirtualBox goes by USB IDs when forwarding USB to VMs.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered Jul 9 '17 at 4:12









      Blerg

      984313




      984313








      • 1




        on a windows system, the order of the plugged in devices matters
        – chepe263
        Jul 12 '17 at 1:15














      • 1




        on a windows system, the order of the plugged in devices matters
        – chepe263
        Jul 12 '17 at 1:15








      1




      1




      on a windows system, the order of the plugged in devices matters
      – chepe263
      Jul 12 '17 at 1:15




      on a windows system, the order of the plugged in devices matters
      – chepe263
      Jul 12 '17 at 1:15












      up vote
      0
      down vote













      It shouldn't matter, or at least I can't imagine any reason it would. Caveat: I speak purely from theory. I use VMs but I never hibernate and never have. So maybe someone will show I'm wrong, it's happened before, but I'd be real surprised.






      share|improve this answer

























        up vote
        0
        down vote













        It shouldn't matter, or at least I can't imagine any reason it would. Caveat: I speak purely from theory. I use VMs but I never hibernate and never have. So maybe someone will show I'm wrong, it's happened before, but I'd be real surprised.






        share|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          It shouldn't matter, or at least I can't imagine any reason it would. Caveat: I speak purely from theory. I use VMs but I never hibernate and never have. So maybe someone will show I'm wrong, it's happened before, but I'd be real surprised.






          share|improve this answer












          It shouldn't matter, or at least I can't imagine any reason it would. Caveat: I speak purely from theory. I use VMs but I never hibernate and never have. So maybe someone will show I'm wrong, it's happened before, but I'd be real surprised.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 9 '17 at 3:13









          Lew Rockwell Fan

          13418




          13418






















              up vote
              0
              down vote













              It is known issue in VirualBox running on Windows:



              https://www.virtualbox.org/ticket/14374






              share|improve this answer

























                up vote
                0
                down vote













                It is known issue in VirualBox running on Windows:



                https://www.virtualbox.org/ticket/14374






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  It is known issue in VirualBox running on Windows:



                  https://www.virtualbox.org/ticket/14374






                  share|improve this answer












                  It is known issue in VirualBox running on Windows:



                  https://www.virtualbox.org/ticket/14374







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 6 at 8:26









                  gavenkoa

                  89241830




                  89241830






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1228117%2fdoes-hibernation-on-host-machine-damage-guest-machine%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      How do I know what Microsoft account the skydrive app is syncing to?

                      When does type information flow backwards in C++?

                      Grease: Live!