Hi, Using CIFS cured the problem, thanks for the help.
Bobby ----- Original Message ----- From: David Morel To: [EMAIL PROTECTED] Sent: Sunday, January 11, 2004 4:45 PM Subject: Re: [Samba] Large File Access from Linux to Linux Host using Samba Le dim 11/01/2004 � 02:29, Bobby Hitt a �crit : > Does anyone know why the file size is being displayed incorrectly, and more > importantly, what do I need to do to correct the problem? Reading and > writing large files to both the Linux hosts works fine with W2K, the problem > is that Linux can't access large files using Samba wrong. SMBFS can't(kernel space) but CIFS (patches or 2.6 kernel) or smbclient (which is part of the samba package) can. Use smbclient instead, or patch your kernel to use cifs. Anyway, if the hosts are two *nix machines, you'd be better off using nfs in my opinion David -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
