![]() |
Help! Cannot connect via mass storage mode anymore
When I connect via USB to my laptop andclick mass storage mode. I get the following message 'Unable to connect via USB. Device storage in use'
My N900 wont mount on my desktop so now I have no way of transfering music anymore. It has worked fine for the last fortnight so don't know what's changed. I cannot use PC suite as I am using a mac. Can anyone help? I have installed any applications on my N900 except for bounce. |
Re: Help! Cannot connect via mass storage mode anymore
Just make sure that no program is accessing your /home/user/MyDocs (shell, file manager, media player)... Then it should be possible. So If really no applications are running it should be definitely be possible to use it as mass storage device.
Another way is to use ssh. |
Re: Help! Cannot connect via mass storage mode anymore
also u can look for debian chroot image if you installed it already, it uses the mc too
|
Re: Help! Cannot connect via mass storage mode anymore
Quote:
Code:
lsof | grep MyDocs Code:
Nokia-N900-42-11:~# lsof | grep MyDocs kill the offending program(s): Code:
kill -9 3474 |
Re: Help! Cannot connect via mass storage mode anymore
Thanks for your help guys. I tried restarting the phone (after you, Emesem, said something was trying to access the mydocs) and I also restarted my Mac and it's working again!!! I'm glad I didn't have to use terminal, it looks complicated. Anyway, I really appreciate everyone who's tried to help me. Thanks :)
|
Re: Help! Cannot connect via mass storage mode anymore
archebyte: Good advice, but one should always try a kill <pid> before a kill -9 <pid> to let the app shut down gracefully if possible.
|
Re: Help! Cannot connect via mass storage mode anymore
Quote:
|
Re: Help! Cannot connect via mass storage mode anymore
Quote:
|
Re: Help! Cannot connect via mass storage mode anymore
The kill command from the terminal tells apps to shut down. The pid is short for process id, which archebyte mentioned above, and used to send the shutdown signal to the right process = app. Running kill process-id tells that app to shutdown pretty much the same way as clicking an X in the top corner (think ringing a doorbell and asking the person answering to please leave). kill -9 process-id kills the app immediately, not letting it save open stuff and so on (think smashing open the door and forcefully throwing out the person).
|
Re: Help! Cannot connect via mass storage mode anymore
Quote:
kill is an application that can be run by simply typing kill in a terminal. kill PID is like asking a troublesome guest with ID # PID to leave. -9 is an option that modifies the behavior of the application kill. kill -9 PID is like cutting the head off a troublesome guest, possibly making a mess, and increasing risk of harm to yourself. |
All times are GMT. The time now is 10:34. |
vBulletin® Version 3.8.8