howto mount usb disk on esxi
- by maruti
have a USB drive NTFS attached to ESXi4 host. fdisk -l shows the device as /dev/mpx.... but when i try to mount that using mount /dev/xxx /mnt/usbdisk....it fails with message "no such file or dir"
could anyone help with correct entry in etc/fstab?
all that i am trying to do is backup the vms on esxi host to usb disk...thanks in advance