Disk.Usedの所が -3.7GB と表示されています!どうしたら良いですか?

Disk.Usedの所が -3.7GB と表示されています!どうしたら良いですか?
%E5%90%8D%E7%A7%B0%E6%9C%AA%E8%A8%AD%E5%AE%9A

一日経って -5.7GBになった! 誰かhelp!!

No one will answer! lol

Disk -5.7GB ←Huh?
My question is strange?

こんにちは
どうやら私以外に誰もいない:)
オプション1:割り当てられたスペースを、使用したスペースより少なくしました。 ユーザーがノードからデータを削除し。これで、使用率がマイナスになりました。
別のオプション、より不快な-どういうわけかstorage_usage.dbデータベースを失った

Hello
When it was updated to V23.3, it became 0B!
I didn’t understand the cause, but I’ll continue to talk!

It’s impossible, if you didn’t lost all files somehow.
Make sure that you have an updated docker run command and replaced the -v option to the --mount: https://documentation.storj.io/setup/cli/storage-node#running-the-storage-node

If you migrated to the Windows GUI, you should specify the storage folder from the existing setup. In the last case the docker container must be stopped and removed, otherwise they will block each other.

OSは Raspbian Buster です!

I see. Your drive is mounted to the /media and looks like a GUI mount.
Please, copy the output of the command:

df -h

You should mount your drive via /etc/fstab, because GUI automount will not work before the login and files will be stored on your system drive. Your node would start from scratch, the old files would be missed and node will start to fail audits.
When you will login to the system the automount could work, but could mount your drive to a different mountpoint.
If it mounted to a different mountpoint, your node will keep storing files on your system drive.
If it would mount to the right mountpoint, it will hide the files on your system disk, now your node will start to failing audits for a hided files.
To avoid this, you should statically mount your drive via /etc/fstab: https://linuxize.com/post/how-to-mount-and-unmount-file-systems-in-linux/

pi@raspberrypi:~ $ df -h
ファイルシス サイズ 使用 残り 使用% マウント位置
/dev/root 29G 3.4G 25G 13% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 2.0G 31M 1.9G 2% /dev/shm
tmpfs 2.0G 8.8M 1.9G 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
/dev/sda1 253M 52M 201M 21% /boot
tmpfs 391M 0 391M 0% /run/user/1000
/dev/sdb1 2.8T 341G 2.4T 13% /media/pi/HD-LCU3

/ dev / sdb1 にすれば良いですか?

Now 10.8 KB! Watch for a while!
Thank you very much!

0Bに戻りました・・・

Please, copy here results of the command:

grep "/media/pi/HD-LCU3" /etc/fstab

確認です! これで良いですか?

v0.23.4 になり、7.0 MBになりました!
引き続き観測します!

いいえ、これは正常ではありません。 このファイルから追加したgrep …行を削除します。
を使用して行全体をコピーします /media/pi/HD-LCU3 ファイルから /etc/mtab
コピーした行を ファイルの最後に貼り付けます /etc/fstab
操作を保存して確認します。

sudo mount -a

エラーはないはずです。

ok! ありがとう!マウントの問題は解決しました!

3 posts were split to a new topic: 再起動すると Diskは 0Bになります