Hey, is there any way I can remove or delete the data on (mynode) disk usage. Strange that I have a 95% over-capacity usage even though I had removed and disabled every other gadget except the basic Bitcoin full node function?!

Reply to this note

Please Login to reply.

Discussion

The folder /mnt/hdd/mynode looks unusual. In the subfolder ./bitcoin (763 GB) you store the blockchain, but what do you store in the mynode folder (819 GB). Do you store the blockchain twice?

Any advice how to delete the other folder with a command line ? Thanks

First of all you should verify what files are in the /mnt/hdd/mynode.

Analyse with this command:

du -h --max-depth=1 /mnt/hdd/mynode | sort -hr