【Linux】Wmware ESxi 无法创建 VMFS 数据存储 datastore2 - 无法更新 /vmfs/devices/disks/naa.5000c500c05b3276 的磁盘分区。
创始人
2024-12-24 04:03:29
0

一、挂载新盘


新建数据存储

创建新的VMFS数据存储

填写名称

默认下一步

报错如下:

无法创建 VMFS 数据存储 datastore2 - 无法更新 /vmfs/devices/disks/naa.5000c500c05b3276 的磁盘分区。 关闭 

二、解决方式


ESxi 中选择 打开主机“启用 SSH”

然后我们可以直接 远程到主机

列出磁盘命令:

[root@localhost:~] ls -lha /vmfs/devices/disks/ total 21484061513 drwxr-xr-x    2 root     root         512 Jul 12 02:23 . drwxr-xr-x   16 root     root         512 Jul 12 02:23 .. -rw-------    1 root     root        3.6T Jul 12 02:23 naa.5000c500c05b3276 -rw-------    1 root     root       14.6T Jul 12 02:23 naa.5000c500c05b3276:1 -rw-------    1 root     root      930.4G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606 -rw-------    1 root     root      100.0M Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:1 -rw-------    1 root     root        4.0G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:5 -rw-------    1 root     root        4.0G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:6 -rw-------    1 root     root      119.9G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:7 -rw-------    1 root     root      802.4G Jul 12 02:23 naa.600508e0000000005357f09dcfa8b606:8 lrwxrwxrwx    1 root     root          20 Jul 12 02:23 vml.02000000005000c500c05b3276535434303030 -> naa.5000c500c05b3276 lrwxrwxrwx    1 root     root          22 Jul 12 02:23 vml.02000000005000c500c05b3276535434303030:1 -> naa.5000c500c05b3276:1 lrwxrwxrwx    1 root     root          36 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361 -> naa.600508e0000000005357f09dcfa8b606 lrwxrwxrwx    1 root     root          38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:1 -> naa.600508e0000000005357f09dcfa8b606:1 lrwxrwxrwx    1 root     root          38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:5 -> naa.600508e0000000005357f09dcfa8b606:5 lrwxrwxrwx    1 root     root          38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:6 -> naa.600508e0000000005357f09dcfa8b606:6 lrwxrwxrwx    1 root     root          38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:7 -> naa.600508e0000000005357f09dcfa8b606:7 lrwxrwxrwx    1 root     root          38 Jul 12 02:23 vml.0200000000600508e0000000005357f09dcfa8b6064c6f67696361:8 -> naa.600508e0000000005357f09dcfa8b606:8 

检查磁盘卷是否故障

partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276

输出信心如下:

[root@localhost:~] partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276 Error: Function not implemented during read on /dev/disks/naa.5000c500c05b3276 Error: The primary GPT table states that the backup GPT is located beyond the end of disk. This may happen if the disk has shrunk or partition table is corrupted. Fix, by writing backup table at the end? This will also fix the last usable sector appropriately as per the new reduced size. diskPath (/dev/disks/naa.5000c500c05b3276) diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) Warning: The available space to /dev/disks/naa.5000c500c05b3276 appears to have shrunk. This may happen if the disk size has reduced. The space has been reduced by (23437721936 blocks). You can fix the GPT to correct the available space or continue with the current settings ? This will also move the backup table at the end if it is not at the end already. diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) NewLastUsableLBA (7814037134) Error: Can't have a partition outside the disk! Unable to read partition table for device /vmfs/devices/disks/naa.5000c500c05b3276 
[root@localhost:~] partedUtil getptbl /vmfs/devices/disks/naa.5000c500c05b3276 .使用实例 错误:读取/dev/disks/naa.5000c500c05b3276时未实现功能 错误:主GPT表指出备份GPT位于磁盘末端之外。如果磁盘收缩或分区表损坏,可能会发生这种情况。通过在最后写入备份表来修复?这也将修复最后一个可用扇区,根据新的缩小尺寸适当。diskPath (/dev/disks/naa.5000c500c05b3276) diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) 警告:available space to /dev/disks/naa.5000c500c05b3276似乎缩水了。如果磁盘大小减小,可能会发生这种情况。空间减少了(23437721936块)。您可以修复GPT以更正可用空间还是继续当前设置?如果备份表还没有到最后,这也将把它移动到最后。diskSize (7814037168) AlternateLBA (31251759103) LastUsableLBA (31251759070) NewLastUsableLBA (7814037134) 错误:磁盘外不能有分区! 无法读取设备/vmfs/devices/disks/naa.5000c500c05b3276的分区表

提示错误:主 GPT 表指出备份 GPT 位于磁盘末尾之外。如果磁盘缩小或分区表损坏,则可能会发生这种情况。通过在最后写入备份表来修复


需要重建分区表

partedUtil setptbl /vmfs/devices/disks/naa.5000c500c05b3276 msdos

然后重新创建新盘完成

参考文章:

ESXI 添加利旧的硬盘时提示无法创建 VMFS 数据存储及无法更新磁盘分区的解决办法_无法创建vmfs数据存储,无法更改主机配置-CSDN博客

相关内容

热门资讯

透视好友!wepoker辅助分... 透视好友!wepoker辅助分析器(透视)确实真的是有挂(教你攻略)1、这是跨平台的wepoker辅...
透视系统!aapoker辅助器... 透视系统!aapoker辅助器怎么用,aapoker脚本,2025新版(有挂技巧);1、构建自己的a...
透视ai!aapoker怎么开... 透视ai!aapoker怎么开辅助器,aapoker辅助插件工具,总结教程(有挂插件)1、首先打开a...
透视中牌率!wepoker黑侠... 透视中牌率!wepoker黑侠辅助器(透视)竟然真的有挂(必胜教程);暗藏猫腻,小编详细说明wepo...
透视存在!aapoker怎么设... 透视存在!aapoker怎么设置抽水,aapoker辅助器怎么用,辅助教程(有挂解密);1、aapo...
透视脚本!wepoker有辅助... 透视脚本!wepoker有辅助插件吗(透视)切实真的有挂(教你攻略)1、wepoker有辅助插件吗a...
透视了解!aapoker ai... 透视了解!aapoker ai插件,aapoker辅助插件工具,力荐教程(有挂教程)1、用户打开应用...
小程序广东雀神智能插件,西兵互... 小程序广东雀神智能插件,西兵互娱辅助,凑一桌游戏辅助神器教程1、广东雀神智能插件系统规律教程、广东雀...
透视透视挂!wejoker辅助... 透视透视挂!wejoker辅助软件视频(透视)一贯是有挂(分享教程)1、该软件可以轻松地帮助玩家将w...
透视教程!aapoker怎么提... 透视教程!aapoker怎么提高中牌率,aapoker俱乐部靠谱吗,分享教程(有挂介绍)aapoke...