Reliable disk image format
up vote
2
down vote
favorite
I've recently ran into disk image corruption issues if the host computer crashes. I'm experimenting with different hardware setups and a host PC crash caused (already a few times) the VHD image to be corrupted. This happened both in VMWare or VirtualBox.
The host machine is Win 10 and so is the hosted image, 100-150GB in size. The image is of an SSD residing on a HDD.
Short of doing a full backup (which is slow) what other options do I have? I could dedicate a partition on the host computer which would likely improve the chances of recovery. I've switched to a VMDK format but not sure if that changes anything. Differential backup/snapshot would be nice but I don't know how to set that up.
Trying to get away with free software as it's home use.
virtual-machine
add a comment |
up vote
2
down vote
favorite
I've recently ran into disk image corruption issues if the host computer crashes. I'm experimenting with different hardware setups and a host PC crash caused (already a few times) the VHD image to be corrupted. This happened both in VMWare or VirtualBox.
The host machine is Win 10 and so is the hosted image, 100-150GB in size. The image is of an SSD residing on a HDD.
Short of doing a full backup (which is slow) what other options do I have? I could dedicate a partition on the host computer which would likely improve the chances of recovery. I've switched to a VMDK format but not sure if that changes anything. Differential backup/snapshot would be nice but I don't know how to set that up.
Trying to get away with free software as it's home use.
virtual-machine
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I've recently ran into disk image corruption issues if the host computer crashes. I'm experimenting with different hardware setups and a host PC crash caused (already a few times) the VHD image to be corrupted. This happened both in VMWare or VirtualBox.
The host machine is Win 10 and so is the hosted image, 100-150GB in size. The image is of an SSD residing on a HDD.
Short of doing a full backup (which is slow) what other options do I have? I could dedicate a partition on the host computer which would likely improve the chances of recovery. I've switched to a VMDK format but not sure if that changes anything. Differential backup/snapshot would be nice but I don't know how to set that up.
Trying to get away with free software as it's home use.
virtual-machine
I've recently ran into disk image corruption issues if the host computer crashes. I'm experimenting with different hardware setups and a host PC crash caused (already a few times) the VHD image to be corrupted. This happened both in VMWare or VirtualBox.
The host machine is Win 10 and so is the hosted image, 100-150GB in size. The image is of an SSD residing on a HDD.
Short of doing a full backup (which is slow) what other options do I have? I could dedicate a partition on the host computer which would likely improve the chances of recovery. I've switched to a VMDK format but not sure if that changes anything. Differential backup/snapshot would be nice but I don't know how to set that up.
Trying to get away with free software as it's home use.
virtual-machine
virtual-machine
asked Nov 23 at 17:59
brainwash
1112
1112
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03
add a comment |
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1377867%2freliable-disk-image-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
When you say the image is of an SSD, what do you actually mean? Personally, I'd would work to diagnose and resolve the crashing issues. Especially in home setups it is unlikely you'll find a disk image format that is immune to corruption when crashes happen.
– music2myear
Nov 23 at 18:18
Im a Linux KVM user hence a comment only - I posit your problem is write caching on the VM host for data on the VM. This can be disabled - See section 6.7 of virtualbox.org/manual/ch05.html. (I disagree with @music2myear assertion about disk formats that are immune to corruption in home environments, btw)
– davidgo
Nov 23 at 18:26
Overclocking, trying to get the highest single-core performance for my tasks. Still testing though, that's why I need to make sure everything is reliable. I don't mind a crash once-in-a-while as long as it doesn't take everything with it. I could try to disable caching but everything else will be slowed down to a crawl, since it's an HDD. The image is from a small SSD and did not find a way to make vmware/windows change it to an HDD.
– brainwash
Nov 23 at 22:03