This is what I tried but it doesn't work :
- Connect with SSH
# /etc/init.d/usbarbitrator stop
# fdisk -l |grep Disk
Disk /dev/disks/mpx.vmhba40:C0:T0:L0: 4022 MB, 4022337024 bytes
# ls /dev/disks/mpx.vmhba40:C0:T0:L0*
/dev/disks/mpx.vmhba40:C0:T0:L0 /dev/disks/mpx.vmhba40:C0:T0:L0:4
# mkdir /mnt/usb
# mount /dev/disks/mpx.vmhba40:C0:T0:L0 /mnt/usb
mount: mounting /dev/disks/mpx.vmhba40:C0:T0:L0 on /mnt/usb failed: No such file or directory
Also tried with /dev/disks/mpx.vmhba40:C0:T0:L0:4, with /mnt/usb/, always the same error message.
- Then I checked
# ls -l /vmfs/volumes
, but it wasn't there either
The version of ESXi is 4.1... USB Key is FAT32 as far as I know.
Any help or advice would be appreciated !
Looking at this VMware KB article it looks like it should be a FAT 16 formatted USB drive
Update: Looking at this blog post the drive would need to be FAT16, Which would make sense to me as VMware made ESXi as small footprint they can which would mean not including unneeded things in the kernel such as file system drivers.