This commit is contained in:
Correl Roush 2024-01-15 17:33:05 -05:00
parent 63153a42b7
commit a872c9b696
3 changed files with 37 additions and 0 deletions

View File

@ -2,6 +2,8 @@
:ID: 5ef131c4-7ec8-47b8-9211-44b585083388
:END:
#+title: Transferring data to a RAIDZ1 array
Building a new drive array for [[id:a5f8aa86-b03c-494e-85fa-d9483950d2fb][Reason]].
* Original drives
| Nickname | Make | Capacity (TB) | Model No. | Speed (rpm) | Max Read (MB/s) | Actual Read (MB/s) |
|----------+------------------+---------------+----------------------+-------------+-----------------+--------------------|
@ -27,3 +29,18 @@ https://www.disctech.com/Western-Digital-WD-Red-Plus-WD101EFBX-10TB-NAS-SATA-Har
| | WD Red Plus | 10TB | WD101EFBX-68B0AN0 | 7200rpm | 217 |
| | WD Red Plus | 10TB | WD101EFBX-68B0AN0 | 7200rpm | 217 |
| | WD Red Plus | 10TB | WD101EFBX-68B0AN0 | 7200rpm | 217 |
* Mappings
| Old | New | Copied | Rsync |
|--------------------------+---------------------------------+--------+-------|
| Terra/Misc | reason/misc | | |
| Terra/Music | reason/media/music | Y | |
| Terra/Roms | reason/games/roms | Y | |
| Izanagi/Video/Movies | reason/media/movies | Y | |
| Izanagi/srv/owncloud | reason/services/nextcloud | Y | |
| Satanael/plexmediaserver | reason/services/plexmediaserver | | |
| Satanael/TV | reason/media/television | Y | |
| Satanel/Anime | reason/media/anime | Y | |
| Satanael/Backup | reason/backups | | |
| Satanael/Plays | reason/media/plays | | |
| Satanael/RetroPie | reason/games/retropie | | |
| Satanael/Webcam | reason/media/webcam | | |

View File

@ -0,0 +1,6 @@
:PROPERTIES:
:ID: a5f8aa86-b03c-494e-85fa-d9483950d2fb
:END:
#+title: Reason
Our home server.

View File

@ -0,0 +1,14 @@
:PROPERTIES:
:ID: 56e7fe03-8f0e-4699-bcec-7ef33a379d89
:END:
#+title: Fixing my Arch Linux bootloader
[[id:a5f8aa86-b03c-494e-85fa-d9483950d2fb][Reason]] occasionally has issues where, when it reboots, it cannot find its boot
drive.
* Prepare an Arch Linux bootable USB drive
* Mount the system
: mount /dev/sda2 /mnt -o subvol='@'
: mount /dev/sda1 /mnt/boot
: arch-chroot /mnt
* Restore the bootloader
: bootctl install