Disk Status does not show proper usage in widget or Rtorrent

Here is a screenshot - http://i.imgur.com/TPTklsj.png

Disk Status widget is not showing the proper usage.

My system is /home mounted, and I made the proper changes to the fstab after searching these forums and looking for a solution. I am on a distribution kernel various of Ubuntu 16.04 with SYS.

No matter what I do, I cant seem to get usage to work.

Outside of that the scripts have been amazing.

Can you show me the output of the command lsblk?

Also, show me the result of uname -a … just in case.

Sure here you go.

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
├─sda1 8:1 0 1004.5K 0 part
├─sda2 8:2 0 19.5G 0 part
│ └─md2 9:2 0 19.5G 0 raid1 /
├─sda3 8:3 0 1.8T 0 part
│ └─md3 9:3 0 3.6T 0 raid0 /home
└─sda4 8:4 0 511M 0 part [SWAP]
sdb 8:16 0 1.8T 0 disk
├─sdb1 8:17 0 1004.5K 0 part
├─sdb2 8:18 0 19.5G 0 part
│ └─md2 9:2 0 19.5G 0 raid1 /
├─sdb3 8:19 0 1.8T 0 part
│ └─md3 9:3 0 3.6T 0 raid0 /home
└─sdb4 8:20 0 511M 0 part [SWAP]


Linux Gringotts 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

If you’d be so kind, could you humor me and show me the fstab?

no problem

/dev/md2 / ext4 defaults,relatime 0 1
/dev/md3 /home ext4 usrquota,errors=remount-ro,relatime 1 2
/dev/sda4 swap swap defaults 0 0
/dev/sdb4 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs rw 0 0

Does it update if you do:

quotaoff -a
service quota stop
quotacheck -auMF vfsv1
quotaon -uv /home
service quota start

What’s odd is it sees your space just fine… and the distribution kernels shouldn’t have any issues.

After doing that it changed, but it’s still incorrect. Here it is now - http://i.imgur.com/r24olx1.png

Would you mind sending me a PM with server credentials so I can take a look at this directly? I am wondering if the disk widget is reading the quota allowance but not the space used (which is obvious… I know)

sent you a pm, thanks.

all fixed now, thanks a lot JMSolo!

1 Like

No problem at all, just ping myself, @liara or open another thread if you ever run into anything else.

####Post Script
[*] PM deleted from system and database as requested.