![]() |
2010-10-08
, 12:33
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#11
|
![]() |
2010-10-08
, 12:42
|
|
Posts: 253 |
Thanked: 184 times |
Joined on Nov 2009
@ Bristol, UK
|
#12
|
Set your phone's IP address on your router to always give it a static IP adress.
The Following User Says Thank You to spanner For This Useful Post: | ||
![]() |
2010-10-08
, 13:07
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#13
|
(also, my idiot Linksys WRT54GL can't allocate a static IP address via DHCP, but that's another story)
![]() |
2010-10-08
, 13:17
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#14
|
![]() |
2011-02-17
, 10:25
|
Posts: 160 |
Thanked: 48 times |
Joined on Oct 2009
|
#15
|
![]() |
2011-02-18
, 22:53
|
Posts: 3 |
Thanked: 2 times |
Joined on Apr 2008
@ London, UK
|
#16
|
If you want to use the n900 to do the copying then my preference is to use Wizard-mounter to mount the network pc share on your n900 and then use filebox or the filemanager to copy files accross.
![]() |
2011-02-19
, 03:10
|
Posts: 569 |
Thanked: 462 times |
Joined on Jul 2010
@ USA
|
#17
|
![]() |
2011-02-19
, 03:30
|
Posts: 20 |
Thanked: 17 times |
Joined on Jan 2011
@ Antarctica
|
#18
|
![]() |
2011-03-27
, 17:39
|
Posts: 6 |
Thanked: 10 times |
Joined on Mar 2011
@ Germany
|
#19
|
# sudo smbmount //192.168.2.100/MyDocs /media/n900a
mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
sudo mount -t cifs -o guest //192.168.2.100/MyDocs /media/n900a mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
![]() |
2011-03-27
, 17:46
|
Posts: 20 |
Thanked: 19 times |
Joined on Nov 2009
|
#20
|
Has anybody an idea how to mount a tinysmb share in Ubuntu?
I see the files in Nautilus in "smb://192.168.2.100/mydocs/"
But I'm to stupid to mount the share.
I tried e.g.
and getCode:# sudo smbmount //192.168.2.100/MyDocs /media/n900a
orCode:mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
What's wrong? Any logs where should I look?Code:sudo mount -t cifs -o guest //192.168.2.100/MyDocs /media/n900a mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
The Following User Says Thank You to dekkelkamp For This Useful Post: | ||