View Single Post
misterc's Avatar
Posts: 1,625 | Thanked: 998 times | Joined on Aug 2010
#42
Originally Posted by impeham View Post
Before connecting the usb cable and activating mass storage mode:
"lsof | grep mmc1" returns empty

Output of:
"ls -lR /proc/ | grep mmc1> tmp;clear; cat tmp;rm tmp" is empty also:
that's simply rubbish;
this command will never return anything, ever

Originally Posted by impeham View Post
/proc/irq/86/mmc1:
[root ~]#

Output of:
"lsof /dev/media/" is "lsof: status error on /dev/media: No such file or directory"[...]
apologies on that one; command should be
Code:
lsof /media/mmc1
(for micro SD)

respectively
Code:
lsof /home/user/MyDocs
for the internal storage

Last edited by misterc; 2012-04-05 at 22:10. Reason: added code for MyDocs