Does anyone know how to get #[0] to use a mounted SSD on an Ubuntu install?
Got a new boomer friend of mine ready to go - this is the last hurdle.
Does anyone know how to get #[0] to use a mounted SSD on an Ubuntu install?
Got a new boomer friend of mine ready to go - this is the last hurdle.
you mean the SSD has umbrel installed and you want to run it within a preexisting ubuntu install?
No. He's installed Umbrel on his Ubuntu machine.
He wants to install the Bitcoin app, but there is no option to select where the timechain should go.
I've done this before and it just fills up the drive umbrel is installed on.
There must be a way in the config to point to a mounted drive for this.
Other option is to reinstall Umbrel to fun off the SSD I guess.
check where umbrel is downloading the blockchain (IIRC /mnt/hdd) and just mount the drive there
echo '/dev/[path-to-the-disk] /mnt/hdd ext4 defaults 0 0' >> /etc/fstab
and reboot the system
you'll need to replace [path-to-the-disk] with the actual path, like /dev/sdb1 or whatever
and obv /mnt/hdd with the place where umbrel writes data
Mount the disk where needs and use the following command:
curl -L https://umbrel.sh | bash -s -- --install-path /hdd/mount/point
🐶🐾🫡
(I’m not an Umbrel expert)
Is the SSD mounted automatically at `/run/media/…` or manually? If manual, I think you could ‘just’ set the mountpoint to `/home/
(Assuming you’re running Umbrel on a not-RPi, my guess is it does something special if it thinks you’re doing the Pi+USB Drive setup)