vmfs-lvm
Tools to access VMFS filesystems
Install
- All systems
-
curl cmd.cat/vmfs-lvm.sh
- Debian
-
apt-get install vmfs-tools
- Ubuntu
-
apt-get install vmfs-tools
- Kali Linux
-
apt-get install vmfs-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install vmfs-tools
- Raspbian
-
apt-get install vmfs-tools
- Dockerfile
- dockerfile.run/vmfs-lvm
vmfs-tools
Tools to access VMFS filesystems
VMFS is a clustered filesystem designed to store virtual machine disks for VMware ESX or ESXi Server hosts. This set of tools allows to access these filesystems from some other non ESX/ESXi host for e.g. maintenance tasks. Only read access is available at the moment, but write access is under works. Multiple extents are supported. The VMFS can be accessed with a command line tool or mounted through a userspace filesystem (FUSE-based).