smbfs 4G max file size
Terry Lambert
tlambert2 at mindspring.com
Fri Dec 19 02:05:13 PST 2003
Benjamin Close wrote:
> Hi All,
> Whilst tinkering with some backups the other day I noticed that
> smbfs capped out at 4G.
> Does the protocol restrict it to this limit or is there something else?
It is a limitation imposed by the 32 bit file size in bytes field
for the over the wire protocol. It occurs becaus the FreeBSD SMBFS
client code uses a slightly older, cruftier version of the SMB
protocol (at least this is my understanding).
I've acutally suggested a couple of times in the past that someone
take the Darwin SMBFS code from MacOS X (10.3, Panther), which is
now up on the Apple developer site, and back-port it to FreeBSD.
-- Terry
More information about the freebsd-current
mailing list