• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Spurious disk full message

Run tune2fs -m 0 /dev/sdb1 and similar for partitions 2 and 3. Then check the usage figures reported by df.
 
Code:
humax /mnt/hd2/mod/git # tune2fs -m 0 /dev/sdb1
tune2fs 1.42.13 (17-May-2015)
Setting reserved blocks percentage to 0% (0 blocks)
humax /mnt/hd2/mod/git # tune2fs -m 0 /dev/sdb2
tune2fs 1.42.13 (17-May-2015)
Setting reserved blocks percentage to 0% (0 blocks)
humax /mnt/hd2/mod/git # tune2fs -m 0 /dev/sdb3
tune2fs 1.42.13 (17-May-2015)
Setting reserved blocks percentage to 0% (0 blocks)
humax /mnt/hd2/mod/git # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                22144     22144         0 100% /
tmpfs                    62508       384     62124   1% /tmp
tmpfs                    62508         0     62508   0% /media
/dev/mtdblock1            2048       620      1428  30% /var/lib/humaxtv
/dev/mtdblock2            2048       912      1136  45% /var/lib/humaxtv_backup
/dev/mtdblock2            2048       912      1136  45% /usr/browser/opera_dir/certs
/dev/mtdblock2            2048       912      1136  45% /usr/browser/client.conf
/dev/mtdblock2            2048       912      1136  45% /etc/ssl/certs/ca-certificates.crt
/dev/mtdblock2            2048       912      1136  45% /usr/browser/opera_dir/url/url.txt
/dev/mtdblock2            2048       912      1136  45% /etc/opkg
/dev/mtdblock2            2048       912      1136  45% /sbin/wifi-up
/dev/sda1            469343496 378731076  90612420  81% /media/drive1
/dev/sdb1              1035692     46436    989256   4% /mnt/hd1
/dev/sdb2            469343496 378731076  90612420  81% /mnt/hd2
/dev/sdb3             10325780    706060   9619720   7% /mnt/hd3
/dev/sdb2            469343496 378731076  90612420  81% /opt/share/images/blue
/dev/sdb2            469343496 378731076  90612420  81% /mnt/hd2/My\040Video/[ModSettings]
/dev/sdb2            469343496 378731076  90612420  81% /media/drive1
//LS220D3B1/NAS-Media
                     1937234552 909648328 1027586224  47% /media/[NAS-Media]
//LS220D3B1/NAS-Music
                     1937234552 909648328 1027586224  47% /media/[NAS-Music]
//LS220D3B1/NAS-Pictures
                     1937234552 909648328 1027586224  47% /media/[NAS-Pictures]
//LS220D3B1/NAS-Videos
                     1937234552 909648328 1027586224  47% /media/[NAS-Videos]
humax /mnt/hd2/mod/git #
So now df agrees with the webif regarding free space but AFAIK reserved space shouldn't affect humax operations since it runs as root.
Also I am not sure why reserved was 20%+
edit: Obviously didn't reset reserved after experimenting https://hummy.tv/forum/threads/undelete-package-deletes-files-too-early.10653/post-163209
 
Last edited:
Back
Top