This article describes how to safely remove a small VMFS datastore created on an ESXi host's SAN boot volume without affecting the host's ability to boot.
For boot devices larger than 128 GB, ESXi automatically creates a small VMFS datastore. While this datastore isn't essential for host functionality, some administrators may wish to remove it to reclaim space or simplify their storage layout.
Follow these steps to safely remove the small VMFS datastore.
Warning: The below steps is a destructive task. Ensure to back up the host configuration (Step 4) and verify that no critical data is stored on the datastore before removal. If unsure, contact VMware by Broadcom support for assistance.
esxcfg-scsidevs -m | grep <device_id>
partedUtil getptbl /vmfs/devices/disks/<device_id>sdd.sf can be safely ignored.
vim-cmd hostsvc/firmware/backup_configUnmount".Delete".partedUtil deletepartedUtil delete /vmfs/devices/disks/<device_id> <partition_number>