I tried to delete a DataSet from the GUI but kept getting "Device Busy", even after reboot. So I had to go to the terminal and force a deletion using
Now the DataSet is deleted, and zfs looks good in the terminal:
However, the free/used space is all messed up in the Web console:
Is there any way to resolve this? I'm worried to continue with this setup. I still have my backups from the old nas box but plan to delete them soon.
Thanks for the help.
Code:
zfs destroy -f tank/TimeMachine
Now the DataSet is deleted, and zfs looks good in the terminal:
Code:
[root@freenas] /mnt/tank# zfs list NAME USED AVAIL REFER MOUNTPOINT tank 2.85T 11.4T 376K /mnt/tank tank/.system 2.19M 11.4T 336K /mnt/tank/.system tank/.system/cores 288K 11.4T 288K /mnt/tank/.system/cores tank/.system/samba4 719K 11.4T 719K /mnt/tank/.system/samba4 tank/.system/syslog 895K 11.4T 895K /mnt/tank/.system/syslog tank/nas 2.51T 11.4T 1.43M /mnt/tank/nas tank/nas/Data 288K 11.4T 288K /mnt/tank/nas/Data tank/nas/Media 2.51T 11.4T 2.51T /mnt/tank/nas/Media
However, the free/used space is all messed up in the Web console:

Is there any way to resolve this? I'm worried to continue with this setup. I still have my backups from the old nas box but plan to delete them soon.
Thanks for the help.