updates
This commit is contained in:
parent
63153a42b7
commit
a872c9b696
3 changed files with 37 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
:ID: 5ef131c4-7ec8-47b8-9211-44b585083388
|
:ID: 5ef131c4-7ec8-47b8-9211-44b585083388
|
||||||
:END:
|
:END:
|
||||||
#+title: Transferring data to a RAIDZ1 array
|
#+title: Transferring data to a RAIDZ1 array
|
||||||
|
|
||||||
|
Building a new drive array for [[id:a5f8aa86-b03c-494e-85fa-d9483950d2fb][Reason]].
|
||||||
* Original drives
|
* Original drives
|
||||||
| Nickname | Make | Capacity (TB) | Model No. | Speed (rpm) | Max Read (MB/s) | Actual Read (MB/s) |
|
| 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 |
|
| | 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 | | |
|
||||||
|
|
6
20240115122420-reason.org
Normal file
6
20240115122420-reason.org
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: a5f8aa86-b03c-494e-85fa-d9483950d2fb
|
||||||
|
:END:
|
||||||
|
#+title: Reason
|
||||||
|
|
||||||
|
Our home server.
|
14
20240115122530-fixing_my_arch_linux_bootloader.org
Normal file
14
20240115122530-fixing_my_arch_linux_bootloader.org
Normal 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
|
Loading…
Reference in a new issue