Could not mount /dev/sda1
-
Hello,
I have this error when I try to capture a VM.
Chmod 777 on /images and /images/dev
File .mntcheck is existingBest regards,
A -
@exsl The error message tells you what is wrong.
The quick answer is shutdown windows properly for system cloning.
Either use:
- sysprep to properly shutdown windows
- use the command
shutdown -s -t 0
to power off windows - disable windows fast startup, reboot, then shutdown using the windows start button.
For more info on what is wrong here google “Windows dirty bit”
-
@george1421
Hey I did a sysprep.
I had to to reboot one time and shutdown one more time. And it works.Thanks