![]() |
2012-04-03
, 20:18
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#32
|
![]() |
2012-04-03
, 20:35
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#33
|
![]() |
2012-04-03
, 20:40
|
Posts: 197 |
Thanked: 91 times |
Joined on Dec 2010
|
#34
|
i'm not sure i understand what you mean.
-l is an option of umount - not mount, and the problem i'm having is not mounting the mmc, but dismounting it + recognizing it in mass storage mode from the PC.
![]() |
2012-04-03
, 21:03
|
|
Posts: 196 |
Thanked: 113 times |
Joined on Jun 2010
@ Finland
|
#35
|
![]() |
2012-04-03
, 21:18
|
|
Posts: 1,625 |
Thanked: 998 times |
Joined on Aug 2010
|
#36
|
Maybe something is accessing the memory card.
Try "lsof | grep mmc1" and "ls -lR /proc/ | grep mmc1> tmp;clear; cat tmp;rm tmp"
lsof /dev/media/
![]() |
2012-04-03
, 21:34
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#37
|
![]() |
2012-04-04
, 02:41
|
Posts: 124 |
Thanked: 105 times |
Joined on Jul 2010
|
#38
|
![]() |
2012-04-04
, 03:15
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#39
|
![]() |
2012-04-04
, 09:31
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#40
|
Are you "safely removing" the n900 from your host PC? I sometimes get this problem if I don't.
You can also try running
sudo /usr/sbin/osso-usb-mass-storage-disable.sh
and connect to pc again.
After restart to the N900, i connect it in mass storage mode, and both mmc and mydocs becomes accessible from my pc.
after i disconnect from mass storage mode and reconnect again, only MyDocs is available and i get this message:
"Only device storage connected, Memory card already in use"
I am unable to access mmc card again in mass storage mode until i restart (it is accessible from the n900 after i disconnect mass storage and not accessible after it is connected again - so it seems that the mass storage mode actually dismounts the card, but still i cannot access it from the pc).
Anyone knows how to debug/fix this issue?