late to the party?

2008.03.28

samba/smbfs will not handle writing files larger than 2gb. ‘smbount -o lfs’ will not work.

if you want to write files larger than 2gb, use cifs.

mount -t cifs //server/share /mount/point -o credentials=creds.txt,rw or something of the like.

maybe everyone else knew this, i didn’t.

Categories : geek

2 comments

  1. Why are you writing files over 2G with SAMBA!? 😛

    jer, March 28, 2008
  2. moving a 4G file from a linux environment to a linux environment (over rsync/ssh) to a windows environment… with scripts.

    Nick, March 28, 2008

Leave a comment