Took about 5 minutes for the winder command to return and easily over 15 minutes for the winder_old command to return
root@truenas[~]# du -hs /mnt/Primus/winder
12T /mnt/Primus/winder
root@truenas[~]#
root@truenas[~]# du -hs /mnt/Primus/winder_old
12T /mnt/Primus/winder_old
root@truenas[~]#
root@truenas[~]# zpool list Primus
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
Primus 29T 15.7T 13.3T 1.02G - 7% 54% 1.00x ONLINE /mnt
root@truenas[~]#
root@truenas[~]# zpool list -o name,bcloneused,bclonesaved Primus
NAME BCLONE_USED BCLONE_SAVED
Primus 11.2T 11.2T
root@truenas[~]#
Deleting individual files seemed to work fine, i noticed that shell was timing out as im, using the web portal shell (no monitor for the NAS box) i’ve run the command in a tmux window rm -Rf winder_old and we’ll se what happens
When it comes to these command-line methods, you really don’t want to use the Shell in the GUI. (Only use that for small little commands, or to print certain version info, pool status, etc.)
You definitely want to setup SSH, going forward.
Windows 10 and 11 have built-in SSH client functionality. There’s also PuTTY.