How can I mount Raw disk for inspection and modification

batijuank

Member
Nov 16, 2017
45
0
11
34
Following this guide I created a KVM by using this:

Code:
qm importovf 999 Win2003.ovf local-lvm
I want to access the system disk to use chntpw to see the windows registry, see if which of this registry branch exists:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\]

OR

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\]

So I can use the proper MergeIDE.zip, and boot into the KVM
 
you'll need ntfs-3g for full read/write access to the disk:

# apt-get install ntfs-3g

then
# mount -t ntfs-3 /dev/mapper/local-lvm-WinDev1709Eval /mnt/temp (this may not be exact; check you lvs for exact name)

All that said- why not just boot it?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!