What is Nostr?
Smaugbtc / Smaug
npub1vu8…y6js
2023-03-15 18:47:43

Smaugbtc on Nostr: I have 2 drives on my computer. 256 GB which has Linux installed on it and 2 TB ...

I have 2 drives on my computer.

256 GB which has Linux installed on it and 2 TB secondary drive

I want the data folder from bitcoin to save to the bigger drive. Would this command input do that? I based it on the commands from the picture.

cd /dev/sda1

mkdir /data/bitcoin

cd /home

sudo chown bitcoin:bitcoin /dev/sda1/data/bitcoin

sudo su - bitcoin

ln -s /dev/sda1/data/bitcoin /home/bitcoin/.bitcoin

ls -la

Author Public Key
npub1vu8243y6ettcg49ds035gvlxtgnv3zx2g57j32gjt88uh6jq289s7my6js