pi-homeserver
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pi-homeserver [2022/11/20 20:29] – [NixOS crypt setup] 10.100.0.1 | pi-homeserver [2022/11/23 20:42] (current) – [Benchmarks] 10.100.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
* 8GB eMMC 5.0 (read rate ~130MB/s)\\ | * 8GB eMMC 5.0 (read rate ~130MB/s)\\ | ||
- | * // | + | * M.2 PCIe 2.0 x4 slot (support |
- | * //some HDDs (1x 12TB will be connected)// | + | * //some HDDs (1x 12TB will be connected, 2 SATA-Ports available)// |
====== Powerconsumption ====== | ====== Powerconsumption ====== | ||
Line 22: | Line 22: | ||
Before reboot you can unmount the new installation-system partitions. Then you can simply convert the ext4-filesystem with | Before reboot you can unmount the new installation-system partitions. Then you can simply convert the ext4-filesystem with | ||
<code bash> | <code bash> | ||
- | btrfs-convert /tmp/newroot | + | btrfs-convert /dev/mapper/ |
</ | </ | ||
- | With **blkid** you can get the new UUID for the logical-volume | + | With **blkid** you can get the new UUID for the converted |
==== hardware-configuration.nix ==== | ==== hardware-configuration.nix ==== | ||
<code bash> | <code bash> | ||
Line 43: | Line 43: | ||
</ | </ | ||
After changing the config, you have to run **nixos-rebuild boot** and **nixos-rebuild switch** | After changing the config, you have to run **nixos-rebuild boot** and **nixos-rebuild switch** | ||
+ | |||
+ | ==== Benchmarks ==== | ||
+ | <code bash> | ||
+ | [picloud@picloud2: | ||
+ | / | ||
+ | |||
+ | | ||
+ | | ||
+ | |||
+ | [picloud@picloud2: | ||
+ | |||
+ | / | ||
+ | | ||
+ | | ||
+ | |||
+ | [picloud@picloud2: | ||
+ | |||
+ | / | ||
+ | | ||
+ | | ||
+ | |||
+ | [picloud@picloud2: | ||
+ | # Die Tests sind nur annähernd genau, da sie nicht auf den Datenträger zugreifen. | ||
+ | PBKDF2-sha1 | ||
+ | PBKDF2-sha256 | ||
+ | PBKDF2-sha512 | ||
+ | PBKDF2-ripemd160 | ||
+ | PBKDF2-whirlpool | ||
+ | argon2i | ||
+ | argon2id | ||
+ | # | ||
+ | aes-cbc | ||
+ | serpent-cbc | ||
+ | twofish-cbc | ||
+ | aes-cbc | ||
+ | serpent-cbc | ||
+ | twofish-cbc | ||
+ | aes-xts | ||
+ | serpent-xts | ||
+ | twofish-xts | ||
+ | aes-xts | ||
+ | serpent-xts | ||
+ | twofish-xts | ||
+ | </ |
pi-homeserver.1668976165.txt.gz · Last modified: 2022/11/20 20:29 by 10.100.0.1