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?

Reply to this note

Please Login to reply.

Discussion

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