From 22e3025922079f25881dfaba521de3497b5f8cf7 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Sun, 11 Dec 2016 15:54:58 +0000 Subject: [PATCH] samba: disable strict allocate --- packages/network/samba/config/smb.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/network/samba/config/smb.conf b/packages/network/samba/config/smb.conf index 0f8b4058c5..2a3015c7a1 100644 --- a/packages/network/samba/config/smb.conf +++ b/packages/network/samba/config/smb.conf @@ -50,7 +50,10 @@ # domain master = auto # os level = 20 - strict allocate = yes + # "strict allocate = yes" breaks large network transfers to external hdd + # Force this to "no" in case "yes" becomes the default in future + strict allocate = no + allocation roundup size = 0 # Using the following configurations as a template allows you to add