RS Showing incorrect disk usage on site

Erratic

New Member
Just noticed on my box, that the HDD used figure shown on the RS website is always incorrect.

In my case the site claims about 10.5GB less usage than the box actually does. This isn't a sync problem as I can check the figure literally 10 seconds after the box last contacted the RS site and the figure remains around 10.5GB less used than the box shows.

I know its not a major problem, but is there any reason for this or perhaps a way to fix it?
 
Which figure are you comparing against? The one shown in the web interface or that on the TV screen?
 
My "Used" figures differ by 0.05 GiB (WebIf being the higher one) and therefore "Free"+"Dustbin" on the WebIf is smaller than "Free" on RS by 0.05 GiB.
 
My figures differ by (approx) the size of the [flatview] directory (19.7Gib) suggesting to me that RS is double counting the space use by the linked files.
Code:
Total space: 447.6 GiB
Used: 366.55 GiB (81%)
Free: 59.53 GiB (15%)
Dustbin: 21.51 GiB (4%)
RS
Code:
Total: 447.6 GiB
Used: 385.76 GiB
Free: 61.84 GiB
Usage: 86%
On screen Menu->Settings->System data storage
Code:
Available Size 59.5 GB
Used Size 388.1GB
Reserved Size 72.4GB
Total Size 500.0GB
Another difference to support my hypothesis
Webif (21.51 GiB - 6%) [Deleted Items]
RS [Deleted Items] (57.19 GiB)
 
Last edited:
I thought that RS and Webif were using the same method for disk space determination but it seems that the TSR reserve adjustment code is only in webif. I'll centralise that and that should fix the disparity.
 
I thought that RS and Webif were using the same method for disk space determination but it seems that the TSR reserve adjustment code is only in webif. I'll centralise that and that should fix the disparity.
Has the change been made yet?
I am still seeing a large disparity (36.27Gib) between the Webif and RS usage figures - much higher than could be explained by the TSR buffer.
 
rs 1.4.9-1 is now there and it should calculate the disk space in the same way as webif, although maybe delayed.
If you want to force a synchronisation with the server, use:

Code:
humax# /mod/sbin/rs_process now -pushds
If you still see a disparity, we can work from there.
 
Still very different numbers, look especially at overall usage and the [Deleted Items] folder sizes.
Strangely the webif banners is showing under free space the same number as the Deleted items folder size which is different from the Dustbin size !
Other folders are close but not exactly the same
Humax HDR Fox T2 (Humax) - Browse Files - Mozilla Firefox 18032017 165924.jpg
hpkg.tv Remote Scheduling - Mozilla Firefox 18032017 165833.jpg
 
Linux's view of the size
Code:
Humax /mnt/hd2/My Video # du -h
12G     ./Close to the Enemy
441M    ./Only Connect
4.0K    ./NA
4.0K    ./ABC/qwerty
2.9G    ./ABC/Misc saves
22G     ./ABC/Music
24G     ./ABC/Dexter
74G     ./ABC/Movies
122G    ./ABC
1.8G    ./Last Kingdom
9.0G    ./Chase
5.3G    ./Peaky Blinders
2.4G    ./[Deleted Items]/Fifteen to One
744M    ./[Deleted Items]/Play to the Whistle
1.7G    ./[Deleted Items]/Chase
3.4G    ./[Deleted Items]/Pointless
464M    ./[Deleted Items]/Elementary
509M    ./[Deleted Items]/Prime Suspect 1973
4.0K    ./[Deleted Items]/ Molly
1.8G    ./[Deleted Items]/BBC News
5.2G    ./[Deleted Items]/sweeper/BBC News
5.2G    ./[Deleted Items]/sweeper
11G     ./[Deleted Items]/ [FlatView]
8.0K    ./[Deleted Items]/Mock the Week
2.3G    ./[Deleted Items]/detectads/Fifteen to One
4.0K    ./[Deleted Items]/detectads/Play to the Whistle
4.2G    ./[Deleted Items]/detectads/Chase
1015M   ./[Deleted Items]/detectads/Prime Suspect 1973
2.8G    ./[Deleted Items]/detectads/Countdown
11G     ./[Deleted Items]/detectads
8.0K    ./[Deleted Items]/Broadchurch
8.0K    ./[Deleted Items]/A Question of Sport
8.0K    ./[Deleted Items]/Eggheads
8.0K    ./[Deleted Items]/Would I Lie to You_
8.0K    ./[Deleted Items]/SS-GB
140K    ./[Deleted Items]/Countdown
39G     ./[Deleted Items]
23G     ./ Molly/Justin's House
5.6G    ./ Molly/Peppa Pig
3.6G    ./ Molly/Postman Pat_ SDS
15G     ./ Molly/Twirlywoos
1.2G    ./ Molly/The Furchester Hotel/_duplicates
9.9G    ./ Molly/The Furchester Hotel
5.0G    ./ Molly/Clangers
4.0K    ./ Molly/Teletubbies/_duplicates
23G     ./ Molly/Teletubbies
17G     ./ Molly/Furchester Hotel
4.0K    ./ Molly/Thomas and Friends/_duplicates
1.5G    ./ Molly/Thomas and Friends
874M    ./ Molly/Noddy In Toyland/_duplicates
4.9G    ./ Molly/Noddy In Toyland
106G    ./ Molly
2.0G    ./BBC News
8.4G    ./ [FlatView]
8.0K    ./Room 101
18G     ./Gadget Show
8.0K    ./aOneOff
10G     ./Grand Designs 2
8.0K    ./Have I Got a Bit More Old News for You
8.0K    ./Planet Earth II
333G    .
 
Back
Top