|
|

17-02-2005, 02:16 PM
|
|
Member
Group: Regulars
|
Hi all,
im accessing a shared folder on my windows machine FROM my PB... when i transfer files i get no more than 400k/sec... wireless or wired...
when i ftp files, i get 8meg/sec (wired) and 1.5meg/sec (unwired)..
so the problem seems to be with netbios transfers...
anyone encountered this/have any suggestions?
thanks all!
|
|
|
|
|
|
|
|

17-02-2005, 02:46 PM
|
|
Regular
Group: Regulars
Location: Behind you
|
I've also noticed similar occurances. I take my mac along to LAN's with my PC so I can game and leech at the same time, without affecting each machines roles as well as being able to view the other machine while gaming.
Anyway... I digress.
Yes, I've noticed that with Netbios... the speed is heavily limited. I've never looked into it.
pipsqeek
|
|
|
|
|
|
|
|

17-02-2005, 02:54 PM
|
|
Regular
Group: Regulars
Location: Melbourne
|
Which version of Windows are you running? I don't have these issues.
..wait, what am I saying, I don't want to try to troubleshoot Windows problems!!
__________________
Yup, I own me some Macs
|
|
|
|
|
|
|
|

17-02-2005, 03:04 PM
|
|
Regular
Group: Forum Leaders
Location: Sydney
|
Do you have problems with speed putting files onto your OSX machine from windows box?
__________________
MacBook 2.4Ghz C2D Superdrive w/ 4Gb ram, 160Gb HDD (White)
iMac 20" 2.16Ghz C2D w/ 3Gb ram, 256Mb video ram (White)
iPhone 3G 8Gb
1Tb Time Capsule
|
|
|
|
|
|
|
|

17-02-2005, 04:13 PM
|
|
Member
Group: Regulars
|
i havent tried to copy from windows to the mac to be honest..
(note this doesnt only happen when i connect from my mac to a windows share, it also happesn when i connect to my linux shares)
i read about a configuration option in smb.conf when my mac is running a share - but this obviously doesnt apply when im connecting FROM my mac....
this is a real issue for me as im building a fileserver this weekend... hrmm...
i wonder what would happen if i called apple tech support ?
|
|
|
|
|
|
|
|

18-02-2005, 09:28 AM
|
|
Regular
Group: Regulars
Location: Behind you
|
I have noticed that its only slow when coming from the PC to the Mac. But transfering file from the Mac to the PC is fine.
pipsqeek
|
|
|
|
|
|
|
|

18-02-2005, 04:03 PM
|
|
Forum Leader
Group: Regulars
Location: QLD, Aust.
|
Its a problem with NetBIOS. I've found that it can be slow even when transferring from Winbox to Winbox.
__________________
Proud owner of a 2.2 Ghz C2D (Santa Rosa) MacBook and 4G 40GB iPod :)
Forum Leader: iPods, iTMS & accessories, Mac OS & Apple Software
Successful trades: wally4000 (x2), mivory, Byrd
|
|
|
|
|
|
|
|

18-02-2005, 05:38 PM
|
|
Member
Group: Regulars
Location: perf
|
Any ideas on how to fix the problem? It's really frustrating when I'm sitting at a LAN, and all my mates with their PC's are leeching at 10MB/s and I'm getting 500K/s
Some Google results suggest adding a few lines into smb.conf..?
__________________
PowerBook G4 15" :: 3G 20GB iPod :: :-)
|
|
|
|
|
|
|
|

18-02-2005, 05:58 PM
|
|
Regular
Group: Regulars
Location: Melbourne
|
Here's my speed going from my W2k box to my PowerBook:
All I've done to get this speed is specify the correct workgroup.
__________________
Yup, I own me some Macs
|
|
|
|
|
|
|
|

19-02-2005, 07:21 AM
|
|
User #3
Group: Regulars
Location: Brisbane
|
Quote:
Originally posted by LCGuy@Feb 18 2005, 04:03 PM
Its a problem with NetBIOS. I've found that it can be slow even when transferring from Winbox to Winbox.
|
Considering NetBIOS hasn't been used in file transfers since WinNT4.0, I think you're barking up the wrong tree.
Windows2000 and WindowsXP both use TCP as the transport layer for SMB/CIFS transfers, and use WINS for name resolution, but with fallback to DNS.
All versions of OSX pre 10.3.5 have known problems with SMB transfers (including 10.2). It is recommended you run 10.3 with the latest patches and see if yur problem still exists.
If that fails, try connecting directly to the machine using IP rather than hostname. You may well be re-resolving names per connection, which could add the overhead.
__________________
"Saying your operating system is the best because more people use it is like saying MacDonalds make the best food"
|
|
|
|
|
|
|
|

19-02-2005, 08:03 AM
|
|
Regular
Group: Forum Leaders
Location: Sydney
|
Try and send something from windows to your MAC shared filesystem (which would then use samba on the OSX machine).
I always had slow speed from Windows to the MAC. Turns out changing 2-3 options in my smb.conf on the OSX machine fixed it.
You could put the same options I used in your Linux box smb.conf file (since you say your having issues from linux shares -> mac) so I am guessing the linux box uses samba to publish these shares.
__________________
MacBook 2.4Ghz C2D Superdrive w/ 4Gb ram, 160Gb HDD (White)
iMac 20" 2.16Ghz C2D w/ 3Gb ram, 256Mb video ram (White)
iPhone 3G 8Gb
1Tb Time Capsule
|
|
|
|
|
|
|
|

20-02-2005, 09:14 PM
|
|
Member
Group: Regulars
Location: Wollongong
|
Try the tuning the Linux and/or OS X box's Samba 'socket options': specifically the SO_SNDBUF and SO_RCVBUF options.
Hit google for some possible options..
|
|
|
|
|
|
|
|

21-02-2005, 08:17 AM
|
|
Regular
Group: Regulars
Location: Behind you
|
Quote:
Originally posted by iodine@Feb 19 2005, 08:03 AM
I always had slow speed from Windows to the MAC. Turns out changing 2-3 options in my smb.conf on the OSX machine fixed it.
|
Care to elaborate on those two-three option changes? please
pipsqeek
|
|
|
|
|
|