# SSD / HDD & Backup?

**URL:** https://community.umbrel.com/t/ssd-hdd-backup/13229
**Category:** Support and Troubleshooting
**Created:** [August 2, 2023, 12:05pm UTC](https://community.umbrel.com/t/ssd-hdd-backup/13229 "2023-08-02T12:05:46Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![smolgrrr](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/smolgrrr/32/2825_2.png) [@smolgrrr](https://community.umbrel.com/u/smolgrrr)
#### Post date: [August 2, 2023, 11:53pm UTC](https://community.umbrel.com/t/ssd-hdd-backup/13229/2 "2023-08-02T23:53:43Z")

</div>

I’d recommend a single, high-storage SSD. I’m running 1TB on my Umbrel, with Bitcoin Core taking up 630GB, which leaves plenty of space for other apps/data, but you might want more.

Looks a little intensive running blocks data from a different HDD →

> [@Two or more drives are not supported in Umbrel?](https://community.umbrel.com/t/two-or-more-drives-are-not-supported-in-umbrel/12544/3):
>
> I found a workaround, that is to mount HDD to blocks folder and SSD to the index folder. (I found some people use a network folder for blocks folder but sometimes they failed cuz levelDB doesn’t go along with Samba.)
> 
> 1. Create additional partition on SSD  
> I tried to decrease one of 3 original partitions on SSD to create additional partition, but it leaded to fatal error to filesystem. I didn’t know how to fix it so I reinstalled Ubuntu.  
> During reinstall I made 4 partitions, but Ubuntu was not installed on SSD due to the Logical Volume Manager of former Ubuntu. I had to remove 3 original partitions, create 1 whole partition, format that partition, and then **install new Ubuntu with 4 partitions**. LVM forced me to use a whole disk so I gave up using them, and just installed Ubuntu without LVM.
> 
> /dev/sdc1 - BIOS boot  
> /dev/sdc2 - mounted at /  
> /dev/sdc3 - mounted at /boot  
> **/dev/sdc4 - unmounted**
> 
> 1. Install Umbrel and Bitcoin, then stop them  
> curl -L [https://umbrel.sh](https://umbrel.sh) | bash  
> ~/umbrel/scripts/app install bitcoin  
> ~/umbrel/scripts/stop
> 2. Mount HDD to blocks folder  
> 4._mount /dev/sdb1 ~/umbrel/app-data/bitcoin/data/blocks_\*
> 3. Mount SSD to index folder  
> 6._mount /dev/sdc4 ~/umbrel/app-data/bitcoin/data/blocks/index_\*
> 4. Edit /etc/fstab  
> echo “/dev/sdb1 ~/umbrel/app-data/bitcoin/data/bitcoin/blocks ext4 defaults 1 1” \>\> /etc/fstab  
> echo “dev/sdc4 ~/umbrel/app-data/bitcoin/data/bitcoin/blocks/index ext4 defaults 1 1” \>\> /etc/fstab
> 5. It was a long journey for noob who uses Linux for the first time but I learned a lot through it. **One hard lesson is just use one 1TB or 2TB SSD**. I wish Umbrel support separating blocks directory from data directory at application level as Bitcoin core program does.

---

_[View the full topic](https://community.umbrel.com/t/ssd-hdd-backup/13229)._
