macOS and SMB share file size

Machist

Cadet
Joined
Jun 22, 2022
Messages
4
Hello!

I installed Truenas in my old 2012 MacMini server (i7/16Gb/250GB SSD + 2Tb HDD).
I create SMB share and I can copy small files there ok, but large files +4GB cause problems.

I try to create CCC task (carbon copy cloner), but it says "CCC cannot reliably determine whether the underlying filesystem of the selected network volume supports files larger than 4GB."

Any ides what is wrong?
 

Machist

Cadet
Joined
Jun 22, 2022
Messages
4
If I just clone/copy files directly (CCC) Data disk -> Backup disk it seems to work ok.
If I try to create new disk image I get that error "CCC cannot reliably determine whether the underlying filesystem....."
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hello!

I installed Truenas in my old 2012 MacMini server (i7/16Gb/250GB SSD + 2Tb HDD).
I create SMB share and I can copy small files there ok, but large files +4GB cause problems.

I try to create CCC task (carbon copy cloner), but it says "CCC cannot reliably determine whether the underlying filesystem of the selected network volume supports files larger than 4GB."

Any ides what is wrong?
Might be that FS capabilities aren't being sent to the Mac correctly. It might also be that CCC has a bug in it. What version of TrueNAS is this and what is the output of `testparm -s`?
 

Machist

Cadet
Joined
Jun 22, 2022
Messages
4
Version:
TrueNAS-13.0-RELEASE

root@truenas[~]# testparm -s
Load smb config files from /usr/local/etc/smb4.conf
Loaded services file OK.
Weak crypto is allowed

Server role: ROLE_STANDALONE

# Global parameters
[global]
aio max threads = 2
bind interfaces only = Yes
disable spoolss = Yes
dns proxy = No
enable web service discovery = Yes
kernel change notify = No
load printers = No
logging = file
max log size = 5120
nsupdate command = /usr/local/bin/samba-nsupdate -g
registry shares = Yes
restrict anonymous = 2
server multi channel support = No
server role = standalone server
server string = TrueNAS Server
unix extensions = No
idmap config *: range = 90000001-100000000
fruit:nfs_aces = No
idmap config * : backend = tdb
directory name cache size = 0
dos filemode = Yes


[Backup01]
ea support = No
kernel share modes = No
path = /mnt/Storage01/Backup01
posix locking = No
read only = No
 
Top