Displaying 1 result from an estimated 1 matches for "4200local".
Did you mean:
20local
2001 Nov 05
4
smdb warp-around after 4 GB
...offset variable that
was declared `unsigned long' instead of `off_t'. By looking at the
source, I cannot find an obvious point where this would happen, though.
When I read a file from a samba server bigger than 4GB with something like:
smbclient //127.1/myshare
smb: \> get 4200MB 4200local
the file `4200local' grows without bounds. Using "truss", I find that there is a similar
warp-around after 4 GB.
Questions :
o Is smbd supposed to be large-file-proof, e.g. capable of handling files
larger than 4 GB?
* On Solaris 8?
* On Tru64 Unix?
* On...