Displaying 1 result from an estimated 1 matches for "test_srv".
Did you mean:
  dest_srv
  
2007 Nov 15
1
2GB limit
...t is UFS2.  
 I saw couple blogs saying that it is possible to enable this if the option lfs is enabled.
I checked smb.conf man to see if there was an option that I set incorrectly.  So far I couldn't see anything wrong.
My configuration is really simple
   workgroup = TEST
   netbios name = Test_Srv
   server string = Test Server
   security = user
[BackUps]
   comment = System Backups
   path = /media/srvInfo/BckUp
   browseable = yes
   valid users = test
   public = no
   writable = yes
   printable = no
   create mask = 0765
Could you help me to fix this? I don't know where else I ca...