|
2010-02-12
, 18:27
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#162
|
@Nathan: I've tried the ",direct" option in an attempt to increase the speed of the cifs mount, but for me it turns out there is no noticeable difference with or without that option.
The average time it takes to copy 100Mbit from my server is nearly 30sec. - compared with the 12 sec. it takes to scp it. Browsing through a folder with images or viewing a video is hardly possible.
I'm curious to know experiences of others.
|
2010-02-12
, 18:39
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#163
|
|
2010-02-12
, 19:11
|
Posts: 182 |
Thanked: 69 times |
Joined on Nov 2009
@ Netherlands
|
#164
|
|
2010-02-12
, 22:19
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#165
|
For me the direct mode actually seems to be slower. 500KB/s would be plenty for streaming, but I reach nowhere near that speed, more like 50. Any ideas?
I did manage to get it working without the script of GameboyRMH now. Nathan, could it be your instructions in the 1st post are incorrect? Looking at the script, I tried this:
mount -t cifs //<server>/<path> /<your>/<local>/<path> -o user=<user>,pass=<pass>,ip=<ip of server>,direct
And it worked, while the original instructions didn't.
The Following User Says Thank You to Nathan For This Useful Post: | ||
|
2010-02-12
, 22:21
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#166
|
|
2010-02-12
, 22:47
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#167
|
For the next release could you include nls_utf8.ko?
I've got a bunch of files with Japanese filenames shared from my desktop that don't appear properly with the default ANSI encoding. I built and loaded the module myself and confirmed it worked, but it'd be nice to have it as part of an official, managed package.
|
2010-02-12
, 22:58
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#168
|
|
2010-02-17
, 12:28
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#169
|
|
2010-02-18
, 18:30
|
Posts: 17 |
Thanked: 3 times |
Joined on Feb 2010
|
#170
|
2. If it does then try your mount command above, and then do a 'dmesg' and see what the error message is.
Nathan