k guys ty for not replying
i found answer to my usb drive issue
Actually it was the issue related to vmware.
Solution install latest vmware workstation voila !! now it detects my USB, after that goto terminal type fdisk -l check ur drive and check if its /dev/sdxx
and use the following command.
create a new directory in /media
mkdir /media/flash
thats it enjoy.
i found answer to my usb drive issue
Actually it was the issue related to vmware.
Solution install latest vmware workstation voila !! now it detects my USB, after that goto terminal type fdisk -l check ur drive and check if its /dev/sdxx
and use the following command.
create a new directory in /media
mkdir /media/flash
Code:
mount /dev/sdaXX /media/flash
thats it enjoy.