• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Quick FreeNAS question

EnderW

[H]F Junkie
2FA
Joined
Sep 25, 2003
Messages
11,457
when I look at the storage tab it shows I'm only using 39.5GB
I just copied over 1.38TB of data

SLgvDxe.png



however, zfs list shows the correct amount
Code:
[root@freenas ~]# zfs list                                                                                                          
NAME                   USED  AVAIL  REFER  MOUNTPOINT                                                                               
alpha                 1.38T  12.9T   320K  /mnt/alpha                                                                               
alpha/.system         2.12M  12.9T   336K  /mnt/alpha/.system                                                                       
alpha/.system/cores    288K  12.9T   288K  /mnt/alpha/.system/cores                                                                 
alpha/.system/samba4   927K  12.9T   927K  /mnt/alpha/.system/samba4                                                                
alpha/.system/syslog   623K  12.9T   623K  /mnt/alpha/.system/syslog                                                                
alpha/Plex            1.38T  12.9T  1.38T  /mnt/alpha/Plex                                                                          
[root@freenas ~]# zfs list

what am I missing?
 
Don't trust web interfaces when the CLI tools say otherwise? Maybe some kind of caching. Check again later.
 
You can trust the webinterfaces when they show the output of zpool list (raw storage without counting redundancy) and zfs list (available space per filesystem). This and the 1000/1024 problem (1 kilobyte is 1024 bytes or 1000 ??) is usually the background of different values.
 
Last edited:
Could you explain step by step how the web interface arrives at 39.5GB from this output?

Code:
[root@freenas ~]# zfs list                                                                                                          
NAME                   USED  AVAIL  REFER  MOUNTPOINT                                                                               
alpha                 1.38T  12.9T   320K  /mnt/alpha                                                                               
alpha/.system         2.12M  12.9T   336K  /mnt/alpha/.system                                                                       
alpha/.system/cores    288K  12.9T   288K  /mnt/alpha/.system/cores                                                                 
alpha/.system/samba4   927K  12.9T   927K  /mnt/alpha/.system/samba4                                                                
alpha/.system/syslog   623K  12.9T   623K  /mnt/alpha/.system/syslog                                                                
alpha/Plex            1.38T  12.9T  1.38T  /mnt/alpha/Plex                                                                          
[root@freenas ~]# zfs list

Because I don't see it. At all.
 
You are correct, I was too fast.
Web-UI seems false and buggy regarding used in this case.
 
Clear the cache and/or try a different browser? Sometimes it's that simple.
 
Back
Top