Page 1 of 1
How to sync disk write?
Posted: 17. Jun 2008, 13:48
by seiken
Is there any way to manually sync data that might be sitting in VM disk cache so to be sure I don't lose any data if power down accidentally occurs?
Posted: 18. Jun 2008, 00:52
by TerryE
I've just been going through the source in this area and VBox doesn't have a disk cache other than the image block pointers which it writes back to the file system on update anyway. So if your host is Linux why not just sync the host file system ?