0
I mounted my external disk to wrong directory (wanted it to be ~/bitcoinData) , instead ended up creating a directory on SD card ( /home/pi/bitcoinData ) and now SD card (root) is full. i cannot seem to delete SD card bitcoinData directory (permission denied). how do i fix this? and link hdd to correct directory?
2Pass
-datadir=/path/to/folder/in the command line when starting bitcoind. – Ugam Kamat – 2019-10-04T05:42:11.500For a change in the directory, I agree with @UgamKamat but I think the problem not is correlated with bitcoin core but the permission user in your raspberry pi. try a command to the terminal with
sudo rm -r path/bitcoin– vincenzopalazzo – 2019-10-04T09:11:28.6401i have resolved this, i believe it was a user permissions issue. thanks – gaiameta – 2019-10-06T00:32:38.833