チェーンデータを新しいハードドライブに移動する
1 回答
- 投票
これを行うには3つの方法があります
1)以前の場所からデータディレクトリの新しい場所へのシンボリックリンクを作成します.このように、ワークフローを変更する必要はありません
2)または、tezosノードのオプション-d
を使用して、新しいデータディレクトリの場所を指すこともできます
3)コメントで示唆されているように、ディスクを文字通り交換し、古い場所に古いディスクをマウントしたままにしないことが目的の場合は、すべてのデータを同期した後、古いポイントに新しいディスクをマウントすることもできます.
>詳細については、公式ドキュメントを参照してください
You have 3 ways to do this
1) create a symlink from the previous location to the new location of the data directory. This way no change to your workflow is necessary
2) alternatively you can use the option -d
of the tezos node to point to the new data directory location
3) as suggested in the comments you can also mount the new disk at the old point after having synced all the data if your goal is to litterally swap disks and not keep the old one mounted at the old location.
For more details you can consult the official doc
ノードを実行していますが、既存のハードドライブの容量が不足しています.新しいハードドライブをインストールする場合、代わりに新しいハードドライブを使用するようにノードデータを移動またはポイントするにはどうすればよいですか?