POSTS
VMFS creation error: Unable to read partition information from this disk.
When trying to add a VMFS volume in the VIC I received the message “Unable to read partition information from this disk.” I did not have an option to overwrite any data and could not continue. The SAN administrator said that the disk was presented the exact same way that another working LUN was.
At the console I figured out which device it was (esxcfg-vmhbadevs) and tested to see if I could read the partition table. Here is what I got.
|
|
It appears that the LUN was had remnants of a file system that the service console refused to deal with. All I really needed to do was destroy the information on the disk. There are many options for doing this, but the one I chose was to launch fdisk and write an empty DOS partition table by using the o command. A quick w(rite) and I could create a VMFS volume on the LUN.