-
Notifications
You must be signed in to change notification settings - Fork 17
Hardware Install
Joe edited this page Dec 12, 2022
·
18 revisions
- Physically install the drive
- CLI instructions via perfectmediaserver. However, when I did this things broke. I had better luck through the Ubuntu GUI - obviously that's not always possible or ideal. Problem for another day.
-
ls -la /dev/disk/by-id
to get the disk's proper name -
mkdir /mnt/disk<number>
choose your own name, but it needs to be unique -
mount /dev/disk/by-id/<diskname> /mnt/disk<number>
include the "part1" - The drive should now be found via
ls /mnt/disk<number>
- Confirm with
df -h
via PMS:
We recommended /mnt/diskN because it makes the fstab entry for MergerFS simpler
-
mkdir /mnt/parity1
# adjust this command based on your parity setup -
mkdir /mnt/storage
# this will be the main mergerfs mountpoint