Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have installed VMWare Player in my Windows 7 Ultimate and I have added Ubuntu 12.10 in a virtual machine. The problem is that every time I power off the virtual machine everything is lost. I mean every program I install or folder i save or anything else is lost completely. And when I start the again the virtual machine is like newly installed.

Is there an option to change this (strange) behaviour?

share|improve this question

3 Answers

Isn't VMware player is designed that way? That you can use it to explore virtual machines, but if you want to actually have persistent changes, you have to buy the full VMware Workstation?

share|improve this answer
I do not know :) at least i have not read something like that – Giorgos Manoltzas Jan 12 at 0:22
Please delete this answer, I've just looked more in depth and it is incorrect. My mistake. – K.A Jan 12 at 0:23
@K.A: You can (vote to) delete your own answer, before someone downvotes it. – Karan Jan 13 at 22:19
@Karan How? All I see are "share", "edit", and "flag". – K.A Jan 13 at 23:46
@K.A: Just checked out your profile. Obviously you cannot do it if you haven't even registered. – Karan Jan 13 at 23:52

When the VM was created several question were asked about the disk and its behaviour on power down. One of those options is to revert the disk to its previous state.

Please check your config. (Screenshot taken from Vmware workstation 8 since I had that installed)

VMware workstation 8 disk behaviour options

In your case you probably want 'just power off now'.

share|improve this answer
Hello and thank you for the help. It seems that the option 'Snapshots' does not exist in VMWare Player. Maybe it's an option you have to choose when installing the VM. I will try this. – Giorgos Manoltzas Jan 12 at 10:35

check out your configuration. All configurations are set in the *.vmx file Open yourVirualmachine.vmx with notepad and check the snapshot.action entry. If it's set to snapshot.action = "autoRevert" no changes will be saved. Then change to snapshot.action = "keep" this will solve your problem

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.