I'm a Mac user working in a company that is PC and Linux dominated. I have a Mac at work and I funnel everything through it. I mount my Linux box onto my Mac using Samba, and navigate it's filesystem through the Finder and run programs on it while displaying all the X-windows back to my Mac. It all works very well, except for several annoying issues pertaining to Samba e.g. mounts often lock up, I can't copy a file into my own Linux hierarchy because it says my Linux machine has no space left (which is not right). I'm guessing this is all the Mac's fault due to it's version or implementation of Samba. Apple is not very good at supporting/updating this kind of thing.
On macupdate.com I note that samba 3.4.3 is available for the Mac, but:
1. Unlike pretty much every other platform, there is no prebuilt binary/installer for the Mac.
2. It seems to be a server only and I'm guessing I just need a client.
Assuming my Samba issues are all on the Mac side, does anyone have a recommendation about upgrading my machine to something better in the Samba department - I'm running the latest 10.6 Snow Leopard operating system. Please bear in mind that I'm just a 'user' and a genuine fish out of water when it comes to manually building a software installation ('make' and library linking etc).
Many thanks in advance for your reply.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
> I'm a Mac user working in a company that is PC and Linux dominated. I have a Mac at work and I funnel everything through it. I mount my Linux box onto my Mac using Samba, and navigate it's filesystem through the Finder and run programs on it while displaying all the X-windows back to my Mac. It all works very well, except for several annoying issues pertaining to Samba e.g. mounts often lock up, I can't copy a file into my own Linux hierarchy because it says my Linux machine has no space left (which is not right). I'm guessing this is all the Mac's fault due to it's version or implementation of Samba. Apple is not very good at supporting/updating this kind of thing.
> On macupdate.com I note that samba 3.4.3 is available for the Mac, but:
> 1. Unlike pretty much every other platform, there is no prebuilt binary/installer for the Mac.
> 2. It seems to be a server only and I'm guessing I just need a client.
> Assuming my Samba issues are all on the Mac side, does anyone have a recommendation about upgrading my machine to something better in the Samba department - I'm running the latest 10.6 Snow Leopard operating system. Please bear in mind that I'm just a 'user' and a genuine fish out of water when it comes to manually building a software installation ('make' and library linking etc).
Answer by OS/2 user:
Actually, Samba is server only. Client for using Samba shares has been called
CIFS (on Linux at least; previously SMB) for a couple of years or more. Have
you looked for a precompiled and/or updated CIFS for Mac?
http://en.wikipedia.org/wiki/Cifs
--
"Our Constitution was made only for a moral and religious
people. It is wholly inadequate to the government of any
other." John Adams, 2nd US President
Team OS/2 ** Reg. Linux User #211409
Felix Miata *** http://fm.no-ip.com/
> Felix Miata wrote:
>>Answer by OS/2 user:
>>Actually, Samba is server only. Client for using Samba shares has been called
>>CIFS (on Linux at least; previously SMB) for a couple of years or more. Have
>>you looked for a precompiled and/or updated CIFS for Mac?
>>http://en.wikipedia.org/wiki/Cifs
> Thanks Felix - I'll try searching in the SMB/CIFS universe for the latest Mac OS X compatible version.
There was a typo in what I wrote. The old Linux name is SMBFS. SMB is the
generic acronym for all this Samba/CIFS/SMBFS networking stuff. Also, read
the URL I provided. According to it, the name change from smbfs to cifs
didn't happen on Mac.
just some additional notes regarding some client smb/cifs kernel modules:
Linux:
- smbfs (deprecated, no further development)
- cifs (actively developed)
Apple - Mac OS X:
- smbfs
This module is _not_ related to the one developed for linux, it's
a separate implementation. Afaik - the source can be found here:
http://www.opensource.apple.com/source/smb/smb-348.7/
Cheers, Günter