1.) Stop the usbarbitrator service by running this command
 /etc/init.d/usbarbitrator stop
2.) Disconnect and reconnect the usb device. The device might be automatically mounted under
 /vmfs/volumes/NO NAME/ (just navigate here to export or import your files)
 **) If not automatically mounted, use the following commands to find out where the device is connected to (e.g. /dev/sda1)
fdisk -l
tail /var/log/messages
tail /var/log/messages
 To mount the device, first create a folder
 mkdir /ExtUSB
 mount the device with
 mount -t ext3 /dev/sda1 /ExtUSB/
3.) After using the device, run the following command to start the usbarbitrator service
 /etc/init.d/usbarbitrator start
 
沒有留言:
張貼留言