Opened 12 years ago
Closed 8 years ago
#10435 closed defect (obsolete)
The type of disk witsh suppose to be unaffected by the snapshot (Shareable/write-through) does not work
Reported by: | mikefaille | Owned by: | |
---|---|---|---|
Component: | virtual disk | Version: | VirtualBox 4.1.12 |
Keywords: | write-through shareable | Cc: | |
Guest type: | all | Host type: | all |
Description
What I had before starting:
- Install Ubuntu 12.04 on disk A
Here are the steps I followed:
0 - Search for Hard drive information on my VM
sudo -H -u vbox VBoxManage showvminfo "0757e29d-1b85-46a3-887e-4233b2712af7
1 - Create a static disk B and put the status Shearable or write-through (same problem)
sudo -H -u vbox VBoxManage modifyhd --type shareable 0757e29d-1b85-46a3-887e-4233b2712af7
2 - Create a MSDOS partition and format it to EXT4 3 - Mount the partiton in the /mnt
mount /dev/sdb1 /mnt
4 - Snapshot my VirtualMachine
5 -
touch /mnt/tokeep
6 -
sync
7 - restore snapshot 8 - My file /mnt/tokeep disapear!
Attachments (4)
Change History (6)
by , 12 years ago
by , 12 years ago
Attachment: | VBox.log.1 added |
---|
by , 12 years ago
Attachment: | VBox.log.2 added |
---|
by , 12 years ago
Attachment: | VBox.log.3 added |
---|
comment:2 by , 8 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Note:
See TracTickets
for help on using tickets.
Sorry, I forget to say that only the steps that the commands "VBoxManage" that have been done on the host machine.