VMFS6 mount on Photon OS - dcasota/photonos-scripts GitHub Wiki
installation
tdnf install -y wget unzip util-linux-devel build-essential
wget https://github.com/weafon/vmfs6-tool/archive/refs/heads/vmfs6-64.zip
unzip vmfs6-64.zip
cd vmfs6-tool-vmfs6-64/
./configure
make
mount the vmfs volume eg. /dev/sdb1
mkdir -p /mnt/vmfs
./vmfs-fuse/vmfs-fuse /dev/sdb1 /mnt/vmfs
unmount
umount /mnt/vmfs