esxi存储中启用usb设备

Posted whiteyang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了esxi存储中启用usb设备相关的知识,希望对你有一定的参考价值。

  

/etc/init.d/usbarbitrator stop
chkconfig usbarbitrator off


esxcli storage core device list |grep -i usb

ls /dev/disks/

 

partedUtil delete /dev/disks naa.5000000000000001 gpt

partedUtil mklabel /dev/disks/naa.5000000000000001 gpt
partedUtil getptbl /dev/disks/naa.5000000000000001

eval expr $(partedUtil getptbl /dev/disks/naa.5000000000000001 | tail -1 | awk ‘{print $1 " \* " $2 " \* " $3}‘) - 1

 

1953525168

1953520064


partedUtil setptbl /dev/disks/naa.5000000000000001 gpt "1 2048 1953520064 AA31E02A400F11DB9590000C2911D1B8 0"

vmkfstools -C vmfs5 -S USB_Datastore /dev/disks/naa.5000000000000001:1

Permission denied. (Have you set the partition type to 0xfb?)

参考:
https://www.vediotalk.com/archives/1120
https://communities.vmware.com/thread/454130

 

以上是关于esxi存储中启用usb设备的主要内容,如果未能解决你的问题,请参考以下文章

启用 AppSand 盒时如何从 USB 大容量存储设备读取

启用 AppSand 盒时如何从 USB 大容量存储设备读取

虚拟机使用ESXi主机物理硬盘的办法

设USB 可移动存储设备设为只读的方法

virtualbox如何启用usb设备

启用“通过usb安装”的Redmi设备问题[重复]