|
|
2011-04-28
, 15:35
|
|
Posts: 7 |
Thanked: 1 time |
Joined on Mar 2010
|
#2
|
|
|
2011-05-08
, 21:58
|
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#3
|
|
|
2011-05-08
, 22:03
|
|
Posts: 803 |
Thanked: 1,594 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#4
|
It is possible to use an image file of a drive and mount that as a loopback device on the N900. You can then output that image over USB or mount it on the N900 itself.
[...]
There are other alternatives however.
In PC Suite mode, the N900 outputs an OBEX file server over USB. In the home folder there is an .obex folder. you can put an symlink to your mounted network drive there. After that it is accessible through USB (In Windows by default, and can be made to mount in linux).
by .obex do you mean /home/user/.obex-root/ folder?
|
|
2011-05-08
, 22:48
|
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#5
|
|
|
2011-05-08
, 23:01
|
|
Posts: 803 |
Thanked: 1,594 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#6
|
yes.
If you, for example, make a symlink to your root file system:
ln -s / /home/user/.obex-root/root
you will have a folder called "root" from where you can access ALL files on your N900. I haven't tested it with network mounts, but I think that should work also. But you should be careful. The obex server runs as user, not root. So you have the access rigths of the normal user, (read-only for most directories ) .
Also it is not very smart to link to the root folder, because the obex server also exports over Bluetooth. ANY paired and trusted device will have access to ALL files on your N900 (including contacts, browsing history, ssh keys, etc. etc. etc.).
And for warning. I am not a noob, and not OP anyway
I'm just working now on some scripts to control phone via bluetooth and the access to some directory this way can solve one of my problems maybe
|
|
2011-05-09
, 07:33
|
|
Posts: 7 |
Thanked: 1 time |
Joined on Mar 2010
|
#7
|
|
|
2011-05-09
, 08:39
|
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#8
|
|
|
2011-05-09
, 10:23
|
|
Posts: 468 |
Thanked: 610 times |
Joined on Jun 2006
|
#9
|
I'm basically trying to turn my N900 into something like this http://hsti.com/shop/wireless-media-...ew-look-4.html. The idea being that I could plug my N900 in mass storage mode and be able to access network shares that way.
Just in case somebody asks, I've already tried mounting a share inside MyDocs, and whilst this works fine by itself, it prevents the phone from being connected in mass storage mode ("device is already in use").
Any pointers would be greatly appreciated!
Thanks.