Disk Space not correct

I am intending to share 5TB of the 5.4TB of partitioned disk space. But the dashboard shows:

Storage Node Dashboard ( Node Version: v0.29.3 )

======================

ID xxxxx
Last Contact ONLINE
Uptime 4m50s

               Available       Used     Egress      Ingress
 Bandwidth      246.4 TB     3.6 TB     3.1 TB     521.7 GB (since Jan 1)
      Disk        2.8 TB     2.2 TB

Internal 127.0.0.1:7778
External xxxxx:28967


docker run -d --restart unless-stopped -p 28967:28967 -e WALLET=“xxx” -e EMAIL="michael@xxx.com" -e ADDRESS=“xxx:28967” -e BANDWIDTH=“250TB” -e STORAGE=“5TB” --mount type=bind,source="/root/.local/share/storj/identity/xxx",destination=/app/identity --mount type=bind,source="/home/data",destination=/app/config --name xxx storjlabs/storagenode:beta


df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 916K 3.2G 1% /run
/dev/sda3 5.4T 2.1T 3.1T 40% /
tmpfs 16G 0 16G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/sda2 488M 205M 258M 45% /boot
tmpfs 3.2G 0 3.2G 0% /run/user/0
overlay 5.4T 2.1T 3.1T 40% /var/lib/docker/overlay2/xxx/merged
overlay 5.4T 2.1T 3.1T 40% /var/lib/docker/overlay2/xxx/merged

The Dashboard show 2.8 TB free and 2.2TB used. So 5TB complete.

1 Like

Nevermind, i’m an idiot. Thanks for the reply

1 Like