Displaying 1 result from an estimated 1 matches for "smbshr".
Did you mean:
smbsh
2003 Jul 17
1
2 GB Limit when writing to smbfs filesystems
...station.
After experiencing the problem, I installed an NFS client on the Windows
2000 Professional workstation (for testing purposes). Everything works with
NFS, but I want to make it work with samba.
I DO NOT get an error when:
MS copy from NTFS to samba share (i.e. copy c:\bigfile
\\linuxsvr\smbshr\bigfile)
MS copy from samba share to NTFS (i.e. copy \\linuxsvr\smbshr\bigfile
c:\bigfile)
Linux copy from ext3 to ext3 (i.e. cp -p /home/bigfile1 /home/bigfile2)
Linux copy from NFS to ext3 (i.e. cp -p /nfs/bigfile /home/bigfile)
Linux copy from ext3 to NFS (i.e. cp -p /home/bigfile to /nfs/big...