Have some feedback, questions, suggestions, or just fancy a chat? Pop it in here.
-
esturniolo
- Posts: 16
- Joined: Sun Apr 01, 2018 1:09 am
Post
by esturniolo »
Hi all.
There is a way to customize the banner script to show the free space for an external USB device storage?
For example
It's great when you have installed something like Pydio, Nextcloud, etc...
Thanks
-
MichaIng
- Site Admin
- Posts: 2608
- Joined: Sat Nov 18, 2017 6:21 pm
Post
by MichaIng »
You can use the custom banner entry option and on the input field enter:
df -h --output=avail /dev/sdb1 | mawk 'NR==2 {print $1}'