View Single Post
mrsellout's Avatar
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.
 

The Following User Says Thank You to mrsellout For This Useful Post: