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 !