![]() |
2010-11-12
, 16:33
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#281
|
![]() |
2010-11-12
, 16:37
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#282
|
Tap on the menu and select "kernel messages" and post the output. atleast the last 10-12 lines
![]() |
2010-11-12
, 16:38
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#283
|
![]() |
2010-11-12
, 16:45
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#284
|
sudo gainroot mount /dev/sda1 /media/flash
![]() |
2010-11-12
, 17:03
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#285
|
![]() |
2010-11-12
, 17:05
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#286
|
![]() |
2010-11-12
, 17:10
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#287
|
![]() |
2010-11-12
, 17:12
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#288
|
![]() |
2010-11-12
, 17:17
|
Posts: 201 |
Thanked: 96 times |
Joined on Dec 2009
|
#289
|
cd /dev/ ls
cd /media ls
mount /dev/sda1 /media/flash
![]() |
2010-11-12
, 17:29
|
Posts: 121 |
Thanked: 50 times |
Joined on Jul 2010
@ India
|
#290
|
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
Then check if media/flash exists or notCode:cd /dev/ ls
Then if both exists, do thisCode:cd /media ls
Code:mount /dev/sda1 /media/flash