k guys ty for not replying ![Big Grin :D :D](https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f600.png)
i found answer to my usb drive issue![Smile :) :)](https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f642.png)
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.
![Big Grin :D :D](https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f600.png)
i found answer to my usb drive issue
![Smile :) :)](https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/72x72/1f642.png)
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.