# Using second drive for bitcoin core

**URL:** https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210
**Category:** General Discussions
**Created:** [May 14, 2024, 10:16pm UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210 "2024-05-14T22:16:58Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![avsilva](https://avatars.discourse-cdn.com/v4/letter/a/4bbf92/32.png) [@avsilva](https://community.umbrel.com/u/avsilva)
#### Post date: [May 14, 2024, 10:16pm UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210/1 "2024-05-14T22:16:58Z")

</div>

Hi all. I’m setting up a mini pc to install Umbrel OS 1.0 and bitcoin core. The main ssd will be hosting the OS. Any OS related problems on installing a second SSD exFAT formatted to host the bitcoin folders?  
Thanks!

---

<div class="post-metadata">

### Author: ![RamboNTanga](https://avatars.discourse-cdn.com/v4/letter/r/bbce88/32.png) [@RamboNTanga](https://community.umbrel.com/u/RamboNTanga)
#### Post date: [July 23, 2024, 8:15pm UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210/2 "2024-07-23T20:15:39Z")

</div>

I am also interested in this topic actually.  
It makes a lot of more sense to me to allow having the bitcoin core app running it’s storage on a secondary drive, which could be under RAID, or a faster SSD, etc

---

<div class="post-metadata">

### Author: ![chiptuner](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/chiptuner/32/6101_2.png) [@chiptuner](https://community.umbrel.com/u/chiptuner)
#### Post date: [July 23, 2024, 8:59pm UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210/3 "2024-07-23T20:59:13Z")

</div>

Hey @avsilva! So at the moment, external storage is a bit tricky, but it’s something they are working on. I too had concerns about storing the block state on external (or even network storage).

First, are you referencing version 1.0 as v1.0+, because 1.2.1 is available and I would recommend using the latest version. Here is the [x86 install guide](https://github.com/getumbrel/umbrel/wiki/Install-umbrelOS-on-x86-Systems) if you haven’t seen it, you can get the latest ISO there.

So somethings you should know

- bitcoind core stores is `.bitcoin/` directory in the application data directory under `umbrel/app-data/bitcoin/data/bitcoin`. Most applications store data under the application storage directory, but that does not seem to be the case as per the [app configuration](https://github.com/getumbrel/umbrel-apps/tree/master/bitcoin), likely because it’s safer here.
- if you make filesystem changes such as fstab, they are unlikely to survive an OS update unfortunately.

What I plan to experiment with is, a safe place to store your own startup scrips that can survive and update, which you could make your startup changes, **in your case** modifying fstab to create, mount, and alias your bitcoin directory properly, before the container is started, otherwise you’d have to restart it manually.

---

<div class="post-metadata">

### Author: ![rnutstink](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/rnutstink/32/5002_2.png) [@rnutstink](https://community.umbrel.com/u/rnutstink)
#### Post date: [December 9, 2024, 4:06am UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210/4 "2024-12-09T04:06:58Z")

</div>

Any updates on this? Trying to do this right now. I am happy with doing the fstab and the symlink option for time being, but I don’t even know where a tutorial would be for that.

---

<div class="post-metadata">

### Author: ![jofraprez](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.umbrel.com/jofraprez/32/6571_2.png) [@jofraprez](https://community.umbrel.com/u/jofraprez)
#### Post date: [December 9, 2024, 5:24am UTC](https://community.umbrel.com/t/using-second-drive-for-bitcoin-core/17210/5 "2024-12-09T05:24:45Z")

</div>

In case it helps anyone…

> [@HOW-TO Using 2 SDDs in umbrellos (in a simple and practical way)](https://community.umbrel.com/t/how-to-using-2-sdds-in-umbrellos-in-a-simple-and-practical-way/20222):
>
> This guide is based on using 2 ssd running on umbrelos in a mini pc (NUC). Starting from my own personal context where my NUC allows me to use 2 internal ssd. However, it also works for those who need to connect a second ssd externally. It is important to clarify that my intention is to have the entire blockchain of my bitcoin node available, in case of any possible disaster. Remember that umbrelos updates are usually “problematic” and then we have the “surprise” that something went wrong and w…
