Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of local disk partition loss for ESXI5.5

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "how to solve the problem of local disk partition loss for ESXI5.5", which is easy to understand and well-organized. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to solve the problem of local disk partition loss for ESXI5.5".

The solution to the loss of local disk partition in ESXI5.5

1. Enter ESXI shell through ssh, and use the fdisk-l command to view each partition of the current system

2. Use the esxcli storage vmfs extent list command to view the volume name and device name

3. Use the esxcli storage filesystem list command to check the mount of each partition, and the corresponding error will be prompted for the missing partition.

4. Use partedUtil getptbl / vmfs/devices/disks/device_name to view the partition table of the corresponding disk

Such as:

~ # partedUtil getptbl / vmfs/devices/disks/naa.5000c5000d8b4e0d gets the following information

Gpt

121601 255 63 1953525168

1 2048 1953523711 AA31E02A400F11DB9590000C2911D1B8 vmfs 0

5. Set the partition table again, ~ # partedUtil setptbl "/ vmfs/devices/disks/naa.5000c5000d8b4e0d" gpt "1 2048 1953523711 AA31E02A400F11DB9590000C2911D1B8 0"

6. After executing the above command, you can see the lost memory in the host storage configuration interface. This method is suitable for the case that the disk is accidentally offline and the partition cannot be mounted automatically, and it is also suitable for accidentally deleting the memory and lossless recovery.

These are all the contents of this article entitled "how to solve the problem of missing local disk partitions for ESXI5.5". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report