![]() |
disk capacity shown in moode - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: disk capacity shown in moode (/showthread.php?tid=4753) |
disk capacity shown in moode - Mr.R0b0t - 03-02-2022 I have a USB drive attached, can I check how much free space is left without unplugging the drive through moode? RE: disk capacity shown in moode - Tim Curtis - 03-02-2022 You can do it from an SSH terminal. The following line in the example output below if for a 128GB attached USB drive /dev/sda1 115G 103G 12G 90% /media/VFAT128 Code: df -h RE: disk capacity shown in moode - Mr.R0b0t - 03-02-2022 thank you ;-) Could it be added somewhere to the moode to check at startup? RE: disk capacity shown in moode - Tim Curtis - 03-02-2022 It could prolly be added to end of System info. I'll put it on the TODO list. RE: disk capacity shown in moode - Mr.R0b0t - 03-02-2022 great thanks |