Deduped Drive space...
 
Notifications
Clear all

We appreciate the contributions many of you have been able to make towards repairing the storm damage and keeping a roof over our heads. With your help we’ve been able to complete much of the critical work. There is still work to be done to secure the house and your continued support will be a huge help.

Guests have read-only access to our forums. If you wish to participate you will need to register. Be sure to activate your account from the email sent to you when you register.

[Closed] Deduped Drive space response

7 Posts
2 Users
0 Reactions
1,724 Views
(@phlegmer)
Eminent Member Registered
Joined: 6 years ago
Posts: 27
Topic starter  

I've noticed that the LOGICALDRIVES drive space isn't consistent on disks that are deduped.

The graph does look about right but not the drive details.

Here is my .ini code:
LOGICALDRIVES=active:1,interval:5,chart:bar linear 100 7 75,row-text:%1: (%2) %3,display:%6[1.0B]B / %5[1.0B]B (%7[1.0f]% used)

I've attached an example of what DesktopInfo is showing and what the OS is showing for space left.

Thanks!


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1903
 

I notice all of the disks are off. The numbers don't seem to add up. Do you have quotas active? Do you run it as Admin?


   
(@phlegmer)
Eminent Member Registered
Joined: 6 years ago
Posts: 27
Topic starter  

No quotas active and always run DI as Admin.

Thanks


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1903
 

I note that the DTI LOGICALDRIVES display uses decimal bytes by default (that's how the manufacturers quote it) and the Windows "This PC" display uses binary bytes. If you convert the decimal bytes of DTI to binary bytes, you get the same figures that Windows is displaying. It's easy to pick it up when the numbers are GB or MB but when it's 1TB, the rounding is hiding it.

Try changing the LOGICALDRIVES display to binary bytes and the numbers will make sense.

The default is:
display:%6[1.0B]B/%5[1.0B]B (%7[1.1f]% used)

Change it to:
display:%6[1.1g]B/%5[1.1g]B (%7[1.1f]% used)

You should see about 1090GB for drive E: and the others will also match up.

Note that I'm using the lower case 'g' in the format string.


   
(@phlegmer)
Eminent Member Registered
Joined: 6 years ago
Posts: 27
Topic starter  

Hmmm, still not quite right. The labels are no longer correct (TB, GB, etc).


   
Glenn
(@glenn)
Member Admin
Joined: 8 years ago
Posts: 1903
 

check the manual under the section "Transforming Numbers". have a play with it. when you use the best fit, it will append the unit. when you use something else, you need to append the unit. You can try the binary terabyte: display:%6[1.1t]TB/%5[1.1t]TB or the binary best fit with decimal place: display:%6[1.1b]B/%5[1.1b]B


   
(@phlegmer)
Eminent Member Registered
Joined: 6 years ago
Posts: 27
Topic starter  

%6[1.0b]B / %5[1.0b]B

Appears to work quite nicely for the At-A-Glance display.

Thanks!


   
Glenn's Page