Cannot copy anything into my SMB share

I am afraid this might be a big one, so i am sorry in advance for that.

I am new here, don’t understand that much about true NAS but i have been getting the help of AI , especially to run commands.

i cannot copy files from my windows to my smb share. windows starts copying just fine and then tells me i need permission to copy , when it is at 99%.

I have full control on all users and groups
I have set the dataset management space to skyrocket values (cannot put 0 anymore) but it still says 97% written on my children (the one i am writing on).
Last time this happened, chatgpt ran out of ideas and told me to resilver my whole dataset. that took hours but it got done. problem disappeared. and now it is back

bear in mind i have 6TB free still.

my understanding of this is that , since i have 1 pool but 3 vdevs, it is full on 1 dved, the one it is writing the most and it just wont use the others to keep writing. each dved has its own dataset management of sorts. I cant really explain it .
I am running on mirror vdevs (AKA raid 1)

Also, i dont know if it is pertinent , but when i tried to run -get quota command on shell, it didnt recognise it .

I also try to copy it through shell itself but it only copied the subtitles and not the .mp4 files

Running windows 11 and true nas scale 25.04.1 on my server

PS: i can create files , as big as possible through shell. It created them without a problem, so space really isnt a concern. it only goes bad when copying them

Be very careful. If you do not understand what the command is doing, you probably should not be using it. AI is okay, until it isn’t.

It sounds like you have quite a few things to sort out.

  1. What kind of pool / vdev configuration do you really have. From the Shell / SSH window if using something like Putty, enter zpool status -v and using the </> icon above when entering another posting, post the results. We need the results in the same format where all the spacing remains intact.
  2. And the output of lsblk.
  3. And the output of zfs list.

This is a start.

1 Like

i tried to actually post thos here the first time but i couldnt because i am a new member. but i caputed the screen of the shell.

i know some commands, like AI tells me what they mean and most of them are just logic, once it tells me how to assemble them.

oh and i deleted an old snapshot and now i have 100% written.

root@freenas[~]# zpool list -v
NAME                                       SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
MoviesTVshowsBola                         10.9T  4.18T  6.69T        -         -     3%    38%  1.00x    ONLINE  /mnt
  mirror-0                                3.62T   123G  3.50T        -         -     8%  3.32%      -    ONLINE
    3108bf33-570b-4f46-b66c-1204dc9d9a0a  3.64T      -      -        -         -      -      -      -    ONLINE
    sdb2                                  3.64T      -      -        -         -      -      -      -    ONLINE
  mirror-1                                3.62T  1.86T  1.76T        -         -     3%  51.4%      -    ONLINE
    sde2                                  3.64T      -      -        -         -      -      -      -    ONLINE
    sdf                                   3.64T      -      -        -         -      -      -      -    ONLINE
  mirror-2                                3.62T  2.20T  1.43T        -         -     0%  60.6%      -    ONLINE
    6b930362-904b-4032-ba29-38df83da18fd  3.64T      -      -        -         -      -      -      -    ONLINE
    8ea97911-aba1-431e-a325-a4eaf82da5ce  3.64T      -      -        -         -      -      -      -    ONLINE
freenas-boot                                28G  8.32G  19.7G        -         -    22%    29%  1.00x    ONLINE  -
  sdg2                                    28.4G  8.32G  19.7G        -         -    22%  29.7%      -    ONLINE

root@freenas[~]# lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
sda      8:0    0  3.6T  0 disk 
└─sda1   8:1    0  3.6T  0 part 
sdb      8:16   0  3.6T  0 disk 
├─sdb1   8:17   0    2G  0 part 
└─sdb2   8:18   0  3.6T  0 part 
sdc      8:32   0  3.6T  0 disk 
└─sdc1   8:33   0  3.6T  0 part 
sdd      8:48   0  3.6T  0 disk 
└─sdd1   8:49   0  3.6T  0 part 
sde      8:64   0  3.6T  0 disk 
├─sde1   8:65   0    2G  0 part 
└─sde2   8:66   0  3.6T  0 part 
sdf      8:80   0  3.6T  0 disk 
sdg      8:96   1 28.7G  0 disk 
├─sdg1   8:97   1  260M  0 part 
└─sdg2   8:98   1 28.4G  0 part 
root@freenas[~]#

Did you use this reference to delete your snapshots?

Also the output of zpool list please. This will help out as well.

I would start by searching Google or your favorite search engine for something like “truenas delete snapshots not recover space” or similar. You are not the first person to have an issue like this. Snapshots could still be referencing data you may have deleted, thus the file will remain on the system until no snapshot references the deleted file.

Browse some other threads and do the Tutorial by the Bot to get your forum trust level up and be able to post images, etc.

TrueNAS-Bot
Type this in a new reply and send to bring up the tutorial, if you haven’t done it already.

@TrueNAS-Bot start tutorial

NAME                SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
MoviesTVshowsBola  10.9T  4.18T  6.69T        -         -     3%    38%  1.00x    ONLINE  /mnt
freenas-boot         28G  8.32G  19.7G        -         -    22%    29%  1.00x    ONLINE  -

i just went to datasets, snapshots, and then deleted the old ones. done. nothing more to it than that

1 Like