View Single Post
Posts: 75 | Thanked: 13 times | Joined on Sep 2010 @ Bangladesh
#588
Originally Posted by lifenexus View Post
Ok try this. Get another flash first
1- open h-e-n
2- Connect ur cables and flash
3- select high speed mode
4- wait for a few seconds then click vBus boost on
5- Wat for some more time
6- click enumerate and wait for some time before u mount. Check ur kernel messages for the model of the flash to show up. if it does, then do the following

Check if /dev/sda1 exists or not

Code:
 cd /dev/

ls
Then check if media/flash exists or not
Code:
cd /media

ls
Then if both exists, do this
Code:
mount /dev/sda1 /media/flash

In my case, sda1 doesn't exist. I created a sda1 directory but then it also doesn't show up. What to do ? thanks