The main issue is you don't understand how manufacturers list their drive capacities.
They use 1000, 1000000, 1000000000, and OSes use 1024 instead.
There really is nothing on it, as the space never existed in the first place.
What filesystem does it use?
NTFS according to that screenie, Underlying on the Freenas box will be UFS.
I withdraw my first answer, and that picture leaves me rather bewildered.
I'll have a check through some things, seems an exceptionally large amount of space 'used'.
There isn't another partition of that size that can't be read and thus is classed as used space?
Its not using some form of cache is it?
No idea, I've haven't uploaded anything to it yet though. And for 600gb, it doesn't make sense. Freenas isn't even a GB on the usb !!!
doesnt freenas default having a cache/swap space just like linux?
Do you have SSH running on FreeNas? If so SSH into the box and post the output of the command "df -hT" then change into the directory where the drives are mounted and run the command "du -h" which will show you what is using space.
You could also modify the "du -h" command to be "du -chs *" which gives a breakdown of which folders contain the usage, with a total at the end.
You can use LVM to achieve 'one' storage area but you're still at risk of losing data if one of the drives fail.