2V0-621 · Question #143
A task fails while creating a VMFS5 datastore on a disk with these characteristics: - Was previously used by a Linux server - Was not erased - Is visible with the vSphere Web Client Which action can b
The correct answer is A. Delete the partitions on the disk manually with partedUtil first.. A disk previously used by a Linux server retains existing partition table entries that conflict with VMFS5 datastore creation. The partedUtil command is the ESXi-native tool to manually remove those partitions before a new datastore can be created.
Question
A task fails while creating a VMFS5 datastore on a disk with these characteristics:
- Was previously used by a Linux server
- Was not erased
- Is visible with the vSphere Web Client
Which action can be performed to resolve the issue?
Options
- ADelete the partitions on the disk manually with partedUtil first.
- BCreate a VMFS3 file system first, then upgrade it.
- CCreate the VMFS5 file system manually using vmkfstools.
- DDelete the data with the vmkfstools command.
How the community answered
(46 responses)- A78% (36)
- B4% (2)
- C11% (5)
- D7% (3)
Why each option
A disk previously used by a Linux server retains existing partition table entries that conflict with VMFS5 datastore creation. The partedUtil command is the ESXi-native tool to manually remove those partitions before a new datastore can be created.
ESXi's datastore creation wizard will refuse to overwrite an existing partition table it does not own. Running partedUtil on the ESXi host allows an administrator to delete the old Linux partitions (e.g., ext4) and present the disk as unpartitioned, after which the VMFS5 datastore creation succeeds.
VMFS3 cannot be created on a disk with conflicting Linux partitions for the same reason VMFS5 fails; the underlying partition conflict remains and this approach adds unnecessary steps.
vmkfstools is used for virtual disk management tasks such as cloning and inflating VMDKs, not for creating VMFS file systems on raw devices.
The vmkfstools command does not provide functionality to delete partition table entries on a raw disk; it operates at the VMFS volume and virtual disk level.
Concept tested: Resolving partition conflicts before VMFS datastore creation
Source: https://kb.vmware.com/s/article/1036609
Topics
Community Discussion
No community discussion yet for this question.