I have the following pool and datasets:
And I have setup a CIFS share which is mounted to the 'data' dataset:
I mapped this share to a network drive in Windows 8.1:
When I copy files to the /data/videos dataset the available capacity of the mapped network drive is shrinking. It is now 9.71 TB instead of the initial 10.5 TB. However it should say "9.71 TB of 10.5 TB available", ZFSguru 10.1 shows this correctly.
Is there a way to avoid this without creating a share for each dataset? I want all of my data in one mapped network drive.

And I have setup a CIFS share which is mounted to the 'data' dataset:

I mapped this share to a network drive in Windows 8.1:

When I copy files to the /data/videos dataset the available capacity of the mapped network drive is shrinking. It is now 9.71 TB instead of the initial 10.5 TB. However it should say "9.71 TB of 10.5 TB available", ZFSguru 10.1 shows this correctly.
Is there a way to avoid this without creating a share for each dataset? I want all of my data in one mapped network drive.
Code:
[root@nas ~]# zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT freenas-boot 14.5G 963M 13.6G - - 6% 1.00x ONLINE - tank 16.2T 1.20T 15.0T - 3% 7% 1.00x ONLINE /mnt
Code:
[root@nas ~]# zfs list NAME USED AVAIL REFER MOUNTPOINT freenas-boot 962M 13.1G 31K none freenas-boot/ROOT 954M 13.1G 31K none freenas-boot/ROOT/FreeNAS-9.3-STABLE-201502162250 954M 13.1G 933M / freenas-boot/ROOT/Initial-Install 1K 13.1G 932M legacy freenas-boot/ROOT/default 45K 13.1G 933M legacy freenas-boot/grub 7.82M 13.1G 7.78M legacy tank 806G 9.70T 192K /mnt/tank tank/.system 5.14M 9.70T 3.03M legacy tank/.system/cores 192K 9.70T 192K legacy tank/.system/rrd-5a1e22f5286d453ca9fcfb104651ce47 192K 9.70T 192K legacy tank/.system/samba4 735K 9.70T 735K legacy tank/.system/syslog-5a1e22f5286d453ca9fcfb104651ce47 1.02M 9.70T 1.02M legacy tank/data 806G 9.70T 192K /mnt/tank/data tank/data/videos 806G 9.70T 806G /mnt/tank/data/videos
Last edited: