• 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.

OI+Napp-it mapped drive question

crept

n00b
Joined
Oct 8, 2009
Messages
14
Hello guys, just a quick question.

All of my zfs shares from OI+Napp-it (except one) are reporting strange usage:

zfsfolders.png


networkshares.png


I don't think it's a big issue, but it sometimes gets annoying to see 4.75TB/4.75TB free when in fact there is some usage.

The backup folder is reporting 4.75TB/5.03TB which seems right.

Any ideas?

Thanks
 
This is probably because of the idea of a ZFS storage pool where you can create filesystems (similar to partitions on other systems).
Each filesystem is independant but can grow dynamically up to the whole unused poolsize.

So an increase of one filesystem lowers the available capacity of all others.
The idea is, that you use quotas and reservations to restrict and manage this flexibility.

Ex. The default napp-it reservation on pool level lowers the free capacity of all filesystems by 10% of the poolsize to avoid a overall pool fillrate above 90%

This is completely different to partitions on older filesystems, where you define the size at creation time and this size will never change.
 
Back
Top