Mounting VMFS volume (read-only) in Ubuntu
Tested with Ubuntu 20.04 on VMFS5 volume using vmfs-tools 0.2.5
Install VMFS tools
sudo apt install vmfs-tools
Identify VMFS partition
blkid
Mount the partition to your mount-point
vmfs-fuse /dev/{:PartitionID:} "{:MountPoint:}"
Tags: #Virtualisation #Vmware #Esxi #Ubuntu #Linux