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
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