(Optional) Block data is getting larger (although at a slower pace), so you might be mounting an external drive to .bitcoin dir. If so follow these steps:
# You want this to auto mount on reboot (or else you'll have to manually mount every time):
- `sudo blkid` # Make note of the UUID of your drive
- `sudo vim /etc/fstab` # Append additional entry and your mount directory (easy to default to `$HOME/.bitcoin`)
e.g. `UUID=<hexadecimal-dashed-uuid> /home/<your-user-name>/.bitcoin/ ext4 defaults 0 0`
- `sudo mount -a` # Test this, you'll get errors if any