April 9Apr 9 Hello, my drives were failing so i installed new drives, used unbalanced to move all to disk 3, then recreate new array with new drive on disk 1 and disk 2. Unplugged the old drives. now my shares is saying i have 0 Byte left. Also i cannot include or exclude disk from my share jkt-diagnostics-20260409-1624.zip
April 9Apr 9 Community Expert Solution The shares in question are set to only include disk3. Also, they are set to exclude disks 1,2. You should never set both include and exclude. And there is never any good reason to think you might want to do that.Include means only the listed disks, so it already excludes all other disks.Exclude means except for the listed disks, so it already includes any disks not listed.Delete the .cfg file for each of those shares in config/shares on the flash drive, restart the array, and configure those shares again.
April 11Apr 11 Author found the solution, i did not remove include / exclude rules from the shares BEFORE replacing the drives. When i replaced the drives, i reassigned a new drive to drive 1 and drive 2. and unable to change the include/exclude ruleSolution using SSH removing the Share include/exclude rule: sed -i 's/shareInclude="disk3"/shareInclude=""/' /boot/config/shares/backup.cfgsed -i 's/shareExclude="disk1,disk2"/shareExclude=""/' /boot/config/shares/backup.cfg
April 11Apr 11 Community Expert This parameter/variable seems a bit large:This is the Help text for this parameter:
April 11Apr 11 Community Expert I filed a bug report a while ago due to the calculation often setting a default min free space larger than the pool device when users have large array sizes.Say you have a 60TB array w/ a 1TB pool. Unraid will set this to 6.1TB which exceeds the pool size by 6x. I believe it's a 10% default calculation of the combined pool+array.
April 12Apr 12 Community Expert 16 hours ago, MowMdown said:Say you have a 60TB array w/ a 1TB pool. Unraid will set this to 6.1TB which exceeds the pool size by 6x. I believe it's a 10% default calculation of the combined pool+array.That should not happen if you have the pool as primary storage when you create the share; it will happen if you create the share as array only and only later set it to use the pool.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.