SMB problem with windows client

starless_boi

Cadet
Joined
Apr 8, 2019
Messages
7
Hi
I'm using Freenas over years, I setup a SMB share with one of them, after some time I updated that instance to latest stable version, (11.2). but now I can not copy files to my Windows clients with the attached error, I tried several files, file larger than about 400 KB files have problem, I double checked the configuration and googled, but could not find any solution. is there any configuration to limit copy size? or is there any where to check logs?
can some one help me to resolve this problem?
 

Attachments

  • Capture.JPG
    Capture.JPG
    22.9 KB · Views: 280

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
You say you're copying files TO windows and this error is raised BY windows to indicate a problem with the file size fitting on the filesystem... is the disk full?
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
Hi
I'm using Freenas over years, I setup a SMB share with one of them, after some time I updated that instance to latest stable version, (11.2). but now I can not copy files to my Windows clients with the attached error, I tried several files, file larger than about 400 KB files have problem, I double checked the configuration and googled, but could not find any solution. is there any configuration to limit copy size? or is there any where to check logs?
can some one help me to resolve this problem?

Can you post output of the following command for the ZFS dataset underyling your share zfs get all <pool>/<dataset>?
 

starless_boi

Cadet
Joined
Apr 8, 2019
Messages
7
You say you're copying files TO windows and this error is raised BY windows to indicate a problem with the file size fitting on the filesystem... is the disk full?
I Copy from windows client to smb shared storage (which is mounted as a network map drive ), which is created in freenas..read from mounted storage to windows clients is OK
And disk is not full
 
Last edited:

starless_boi

Cadet
Joined
Apr 8, 2019
Messages
7
Can you post output of the following command for the ZFS dataset underyling your share zfs get all <pool>/<dataset>?

NAME PROPERTY VALUE SOURCE
voicestrg type filesystem -
voicestrg creation Sun May 13 17:57 2018 -
voicestrg used 1.43T -
voicestrg available 507G -
voicestrg referenced 1.43T -
voicestrg compressratio 1.28x -
voicestrg mounted yes -
voicestrg quota none default
voicestrg reservation none default
voicestrg recordsize 128K default
voicestrg mountpoint /mnt/voicestrg default
voicestrg sharenfs off default
voicestrg checksum on default
voicestrg compression lz4 local
voicestrg atime on default
voicestrg devices on default
voicestrg exec on default
voicestrg setuid on default
voicestrg readonly off default
voicestrg jailed off default
voicestrg snapdir hidden default
voicestrg aclmode restricted local
voicestrg aclinherit passthrough local
voicestrg canmount on default
voicestrg xattr off temporary
voicestrg copies 1 default
voicestrg version 5 -
voicestrg utf8only off -
voicestrg normalization none -
voicestrg casesensitivity sensitive -
voicestrg vscan off default
voicestrg nbmand off default
voicestrg sharesmb off default
voicestrg refquota none default
voicestrg refreservation none default
voicestrg primarycache all default
voicestrg secondarycache all default
voicestrg usedbysnapshots 0 -
voicestrg usedbydataset 1.43T -
voicestrg usedbychildren 278M -
voicestrg usedbyrefreservation 0 -
voicestrg logbias latency default
voicestrg dedup off default
voicestrg mlslabel -
voicestrg sync standard default
voicestrg refcompressratio 1.28x -
voicestrg written 1.43T -
voicestrg logicalused 1.82T -
voicestrg logicalreferenced 1.82T -
voicestrg volmode default default
voicestrg filesystem_limit none default
voicestrg snapshot_limit none default
voicestrg filesystem_count none default
voicestrg snapshot_count none default
voicestrg redundant_metadata all default
voicestrg org.freebsd.ioc:active yes local
 

starless_boi

Cadet
Joined
Apr 8, 2019
Messages
7
the strange is that I setup another box similar to this one, Created a sharing of SMB alike to current box settings, mounted in same windows, and it was OK?!
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,554
the strange is that I setup another box similar to this one, Created a sharing of SMB alike to current box settings, mounted in same windows, and it was OK?!
Post output of testparm -s. Then type the following command smbcontrol smbd debug 9, reproduce the problem, then send me a debug file (System->Advanced->Save Debug) through a private message. I think the issue is possibly related to dfree calculations, but need the logs to verify.
 

starless_boi

Cadet
Joined
Apr 8, 2019
Messages
7
Post output of testparm -s. Then type the following command smbcontrol smbd debug 9, reproduce the problem, then send me a debug file (System->Advanced->Save Debug) through a private message. I think the issue is possibly related to dfree calculations, but need the logs to verify.
Thanks, I sent what you needed.
 
Top