|
2007-03-24
, 19:04
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#152
|
|
2007-03-24
, 19:27
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#153
|
|
2007-03-24
, 21:56
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#154
|
I can't connect via usb and got the message "[..] unable to connect via usb[..] Memory cards in use: internal memory card". Somehow it's logical, cause my ext2 partition is used as rootfs by the system and can't be unmountend due to the usb connection process. But what's with my first fat32 partition on the card? It doesn't show up on my PC Only the 128mb nokia card in external slot can be accessed from PC.
Any ideas, how to solve this?
for mp in $MPS; do umount $mp 2> /dev/null RC=$? if [ $RC != 0 ]; then echo "$0: could not unmount $mp" exit $RC fi done
for mp in $MPS; do if [ "$mp" != "/" ] ; then umount $mp 2> /dev/null ; fi RC=$? if [ $RC != 0 ]; then echo "$0: could not unmount $mp" exit $RC fi done
The Following User Says Thank You to fanoush For This Useful Post: | ||
|
2007-03-24
, 22:15
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#155
|
|
2007-03-25
, 04:03
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#156
|
|
2007-03-25
, 09:23
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#157
|
|
2007-03-25
, 11:35
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#158
|
|
2007-03-25
, 12:02
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#159
|
|
2007-03-28
, 03:08
|
Posts: 24 |
Thanked: 0 times |
Joined on Mar 2007
@ Beijing, China
|
#160
|
Thanks for the update. Sorry what do you mean "cannot make it in newer one" Do you mean it doesn't matter now if you touch the keys on booting, the menu will always work the new firmware? Or is there a new problem?
Cheers
Rich