ESXi VMFS Exploration
Scenario: Provided with E01 of disks from an ESXi server. You need to examine the files contained within a guest VM which was hosted on the ESXi server.
VBoxManage.exe internalcommands createrawvmdk -filename "C:\vmfs\part8.vmdk" -rawdisk \\.\PhysicalDriveXsudo apt-get install vmfs6-tools fdisk -l sudo mkdir /mnt/sdb && sudo mkdir /mnt/vmdksudo vmfs6-fuse /dev/sdb /mnt/sdb


Last updated