On my ubuntu server, i have /dev/sda that has a single partition of /dev/sda1(30GB) and /dev/sdb that has a single partition of /dev/sdb1 (735GB). i installed bitcoin core on sda1 (default) and it started complaining of space today cos it regularly downloads the block chain. How do i install it on /dev/sdb1 since it is larger. I have to run these commands to install bitcoind
sudo apt-add-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind