Smaug 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
Published at
2023-03-15 18:47:43Event JSON
{
"id": "3628712949e0180fb765c3194f94ce3a2987e8a00f4dac9ad16540db9c2f22c9",
"pubkey": "670eaac49acad78454ad83e34433e65a26c888ca453d28a91259cfcbea4051cb",
"created_at": 1678906063,
"kind": 1,
"tags": [],
"content": "I have 2 drives on my computer. \n\n256 GB which has Linux installed on it and 2 TB secondary drive\n\nI 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. \n\ncd /dev/sda1 \n\nmkdir /data/bitcoin\n\ncd /home\n\nsudo chown bitcoin:bitcoin /dev/sda1/data/bitcoin\n\nsudo su - bitcoin\n\nln -s /dev/sda1/data/bitcoin /home/bitcoin/.bitcoin\n\nls -la\n\nhttps://nostr.build/i/nostr.build_b057d97aa9f1c0bce845a55e0f70da2bd6fa8e5f9265f50cfda271b2a3dafe79.png",
"sig": "4ec17f85290216e28827271befab7d6262b691875d1b2bd939c89f5b9cd08d6a5db251bd05b179ab506341c22587addf43fd447187cb07daa09fb4814e946925"
}