You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error while almost at the end of syncing blockchain. I have added 60GB space while configuring EC2 instance. I tried increasing the memory to 100GB and it failed again with same error.
what could possibility be wrong? Any help appreciated!!
CRIT [02-21|16:29:57] Failed to store hash to number mapping err="write /home/ubuntu/.ethereum/geth/chaindata/097153.log: no space left on device"
Don't know if this fits your case, but usually when you extend a storage of a virtualmachine you also need to extend the filesystem of the running machine. So if you add space to the EC2 machine you also need to grow the filesysyem that you are willing to grant the extra storage. To confirm the situation, logon into your machine and check partition spaces with command "df -h"
Hi,
I get this error while almost at the end of syncing blockchain. I have added 60GB space while configuring EC2 instance. I tried increasing the memory to 100GB and it failed again with same error.
what could possibility be wrong? Any help appreciated!!
CRIT [02-21|16:29:57] Failed to store hash to number mapping err="write /home/ubuntu/.ethereum/geth/chaindata/097153.log: no space left on device"
ubuntu@ip-xxx-xx-xx-xx:~$ url=/home/ubuntu/
-bash: .ethereum/geth.ipc: Permission denied
ubuntu@ip-xxx-xx-xx-xx:~$ url=/home/ubuntu/
-bash: .ethereum/geth.ipc: Permission denied
Sai
The text was updated successfully, but these errors were encountered: