09-13-2023, 01:51 PM
(This post was last modified: 09-13-2023, 01:52 PM by TheOldPresbyope.
Edit Reason: fix typo
)
Yeah, it was a user who had been hacking his player but didn't tell us until late in the conversation
@dersucher
The moOde code parses the output of the df command so what do you get if you run it? You should see something like the output below (taken from one of my 8.3.6 players)
If df isn't reporting filesystem /dev/root then moOde's System info report likely also says you have no Root size, etc.
Regards,
Kent
@dersucher
The moOde code parses the output of the df command so what do you get if you run it? You should see something like the output below (taken from one of my 8.3.6 players)
Code:
@rpi@m836-64:~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 14984248 4309884 10017156 31% /
devtmpfs 911948 0 911948 0% /dev
tmpfs 946796 0 946796 0% /dev/shm
tmpfs 378720 1364 377356 1% /run
tmpfs 5120 4 5116 1% /run/lock
/dev/mmcblk0p1 258095 31161 226935 13% /boot
/dev/sda1 1973536 134260 1628844 8% /media/gfg
//Omv-HC1.local/Music 240233124 168058980 72174144 70% /mnt/NAS/Omv-music
tmpfs 189356 0 189356 0% /run/user/1000
If df isn't reporting filesystem /dev/root then moOde's System info report likely also says you have no Root size, etc.
Regards,
Kent