VMware VMFS is the VMware file-system layer used on block-based storage in ESXi environments. The short answer is this: in the November 10, 2025 context, VMFS remains one of the core storage building blocks for shared SAN-backed or block-based vSphere environments because it enables multiple ESXi hosts to use the same datastore safely; however, poor capacity planning, incorrect mount state, or careless LUN handling can still lead to access issues or unsupported designs. This guide is written for teams that want to understand VMFS before using it in production.
Quick Summary
- Broadcom vSphere API references list VMFS as one of the core datastore types.
- VMFS is different from NFS because it is primarily aligned with a block-storage operating model.
- Broadcom KB 410951 says the maximum supported capacity for a single VMFS5 or VMFS6 datastore is 64 TB.
- The same KB says that creating a VMFS datastore above 64 TB may appear technically possible but remains unsupported and can increase metadata corruption risk.
- Broadcom KB 415710 shows that a VMFS datastore can be inaccessible on some hosts simply because it is unmounted on those specific hosts.
- Broadcom KB 409405 and 406006 show that reboot issues, power outages, wrong LUN usage, or partition-table loss can all lead to VMFS datastore access problems.
Table of Contents
- What Exactly Is VMFS?
- Why Does VMFS Still Matter?
- How Does VMFS Work?
- What Is the Difference Between VMFS and NFS?
- The Most Important VMFS Limits and Risks
- When Should You Choose VMFS?
- What Are VMFS Best Practices?
- First 15-Minute Checklist
- Frequently Asked Questions

Image: Wikimedia Commons - Network Yellow Fiber Cable Mgmt.
What Exactly Is VMFS?
VMFS stands for Virtual Machine File System. It is VMware’s file-system layer that turns block-based storage presented to ESXi into usable vSphere datastores.
In practice, VMFS stores:
- virtual machine disks
- configuration files
- snapshot-related files
- logs and supporting VM files
In short, VMFS is the layer that makes block storage usable for virtual machines inside vSphere.
Why Does VMFS Still Matter?
Even though teams also discuss vSAN, NFS, and other storage models today, VMFS still has a very large installed base. The main reason is that it fits naturally with shared block-storage architecture.
VMFS remains important because it offers:
- strong alignment with classic enterprise SAN designs
- a familiar operating model across many vSphere environments
- shared datastore behavior that works well for clustered ESXi operations
That is why treating VMFS as simply “the old way” is misleading. In the right environment, it is still a very sensible choice.
How Does VMFS Work?
At a high level, VMFS works like this: a storage array or local block device is presented to ESXi, that device is formatted with VMFS, and the result becomes a datastore that vSphere can use for VM files.
In shared-storage environments, the important point is that the same LUN is presented consistently to multiple hosts. VMFS makes that shared visibility usable for vSphere workflows.
But “the disk is visible” is not enough on its own. Broadcom KB 415710 shows that a datastore may still be inaccessible on some hosts when the mount state on those hosts is wrong. So storage presentation and datastore mount state both need to be checked.
What Is the Difference Between VMFS and NFS?
The short answer is:
- VMFS aligns with block storage
- NFS aligns with file-share storage
That technical difference changes daily operations too. On the VMFS side, LUN handling, partitions, and mount state matter more. On the NFS side, export paths, mount syntax, and network access usually become more important.
For related context:
The Most Important VMFS Limits and Risks
1. The 64 TB Datastore Limit
According to Broadcom KB 410951, the maximum supported size for a single VMFS5 or VMFS6 datastore is 64 TB. A larger datastore may still be created in some situations, but Broadcom does not treat that as a supported design.
That matters because the same KB says that going above 64 TB can:
- increase metadata corruption risk
- create operational instability
- require datastore reduction before Broadcom support will fully engage
2. Wrong Mount State Can Make the Datastore Invisible on Some Hosts
Broadcom KB 415710 shows that a datastore can remain inaccessible on certain hosts even when LUN access itself is correct, simply because the datastore is unmounted on those hosts.
That means:
- checking storage presentation alone is not enough
- datastore mount state must be reviewed per host
- cluster-wide visibility should not be assumed without verification
3. Wrong LUN Handling or Partition Loss Can Cause Serious Damage
Broadcom KB 409405 and 406006 show that reboots, power events, wrong LUN reuse, or partition-table loss can all cause VMFS access problems. Metadata corruption and partition issues should not be treated as routine “just rescan it” cases.
When those conditions appear, the safer approach is to assess data risk first and escalate to support when needed.
When Should You Choose VMFS?
VMFS is most sensible when:
- you are using shared SAN or other block storage
- multiple cluster hosts must see the same datastore
- you want to stay aligned with a classic vSphere operating model
- you manage a large VM lifecycle through familiar block-storage practices
It is not the universal answer, though. If the actual need is file-based simplicity, hyperconverged storage, or a different policy-driven model, another datastore type may fit better.
What Are VMFS Best Practices?
1. Do Not Grow One Datastore Just Because You Can
Even within supported limits, forcing everything into one giant datastore is rarely elegant. Capacity, blast radius, and operational impact should be distributed thoughtfully.
2. Verify Mount State Per Host
After maintenance, host addition, or reboot, confirm that every intended host really sees the datastore as mounted and accessible.
3. Protect LUN Hygiene
The LUNs behind VMFS should not be casually repurposed, overwritten, or presented to the wrong systems. Broadcom KB 409405 highlights how dangerous that can become.
4. Take Power-Outage and Recovery Planning Seriously
Broadcom KB 406006 shows that power-loss scenarios can result in partition loss and severe access issues. Recovery planning matters as much as backup planning here.
5. Choose VMFS Deliberately, Not by Reflex
VMFS is popular enough that teams choose it automatically. The stronger approach is to select it because the environment truly needs block storage, shared host visibility, and a VMFS-style operating model.
First 15-Minute Checklist
- The storage presentation was validated as block-based and appropriate for VMFS
- Single-datastore capacity stayed within supported limits
- Datastore mount state was checked across all relevant hosts
- The backing LUN was confirmed not to be repurposed elsewhere
- Backup and recovery planning was reviewed
- Access and basic read-write behavior were validated with a test VM
- Naming and capacity standards were documented
Next Step with LeonX
When used correctly, VMFS provides a strong and predictable foundation for classic block-storage-based vSphere designs. LeonX helps teams decide which workloads belong on VMFS, how datastore capacity should be distributed, and how storage governance should be enforced.
Related pages:
- Hardware & Software Sales
- Managed Services
- Contact
- What Are VMware Datastore Types?
- What Is VMware Storage vMotion?
Frequently Asked Questions
What is VMware VMFS?
VMFS is VMware’s file-system layer used by ESXi to store virtual machine files on block-based storage.
What is the main difference between VMFS and NFS?
The short answer is that VMFS is built around block storage, while NFS is built around a file-share model.
What is the maximum supported size for a VMFS datastore?
According to Broadcom KB 410951, the maximum supported size for a single VMFS5 or VMFS6 datastore is 64 TB.
Why can a VMFS datastore be missing on some hosts?
Broadcom KB 415710 shows that the datastore may simply be unmounted on the affected hosts, even when LUN visibility itself is correct.
Is VMFS always the best datastore choice?
No. VMFS is strong when the environment actually needs block storage, shared host visibility, and the classic vSphere operating model.
Conclusion
VMware VMFS remains one of the foundational storage layers in shared block-storage-based vSphere environments. In the November 10, 2025 context, the safe approach is to match VMFS to genuine block-storage and cluster-visibility needs, stay under the 64 TB supported limit, verify mount state per host, and manage backing LUNs carefully.
Sources
- Broadcom Developer - DatastoreSummary type references
- Broadcom KB 410951 - VMFS Datastore Maximum Supported Capacity
- Broadcom KB 415710 - A VMFS datastore is not accessible on some ESXi hosts
- Broadcom KB 409405 - Datastore or LUN missing after reboot
- Broadcom KB 406006 - A VMFS datastore is not accessible after a power outage



