Tag: vmware
-
VMFS – VmWare File System on linux
apt-get install vmfs-tools fdisk –l The above shows that the vmfs file system is located on /dev/sdb3 The next command is to mount VMware VMFS partition: mkdir /home/a/Desktop/system and vmfs-fuse /dev/sdb3 /home/a/Desktop/system It’s done