lab@labVM:~/go-ethereum/build/bin$ ./geth --datadir ~/ethereum/chain WARN [08-21|22:27:52.778] Sanitizing cache to Go's GC limits provided=1024 updated=656 INFO [08-21|22:27:52.778] Maximum peer count ETH=25 LES=0 total=25 INFO [08-21|22:27:52.779] Starting peer-to-peer node instance=Geth/v1.8.14-unstable-99e1a5e0/linux-amd64/go1.10.3 INFO [08-21|22:27:52.779] Allocated cache and file handles database=/home/lab/ethereum/chain/geth/chaindata cache=492 handles=512 Fatal: Error starting protocol stack: write /home/lab/ethereum/chain/geth/chaindata/029000.ldb: no space left on device
原磁盘不足。
我就新加了个40G虚拟硬盘.
然后在home目录里建个了ethereum目录,并挂载。
但还是提示no space left on device