Properties window, Basic Tab Pie Chart

I am wondering about the pie chart in the properties basic tab. I can see blue is used space and white free space but what does the gray part mean. I have been searching with no luck. Thanks in advanced!

Properties Window

0

1 Answer

By default the file system reserves 5% for the root user, which is what you're seeing in gray. You can change this using tune2fs. For example, to change the reserved space to 1% you would use:

sudo tune2fs -m 1 /dev/sdb1

where /dev/sdb1 is the location of your drive.

I have tested this successfully on Ubuntu 13.10

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like