Thread
:
[SOLVED] Mass Storage Mode not working on N9
View Single Post
mrsellout
2012-05-30 , 19:49
Posts: 889 | Thanked: 2,087 times | Joined on Sep 2010 @ Manchester
#
3
lsof will show you which files are being accessed, try running that to see what's open when you're trying to go into mass storage mode.
Code:
lsof > open_files
The file open_files contains a list of every process and which file it's using.
Another alternative is to use sshfs to mount the drive from your linux box, and transfer files that way.
Quote & Reply
|
The Following User Says Thank You to mrsellout For This Useful Post:
thedead1440
mrsellout
View Public Profile
Send a private message to mrsellout
Find all posts by mrsellout