mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Working on the ZFS migration. Silvering in process.
This commit is contained in:
parent
6acde28eb4
commit
6e5b120ec6
2 changed files with 8 additions and 15 deletions
|
|
@ -43,10 +43,10 @@ Nix deployment related stuff.
|
|||
- [ ] Filesystem revamp of the remaining drives (SSDs).
|
||||
- [ ] Contemplate Windows (and the Arma drive) abandonment, moving NixOS to a ZFS mirror of the 860 and 850 EVO 250GB models.
|
||||
- [ ] Games on remaining 120GB SSD?
|
||||
- [ ] Filesystems revamp for redundancy and media server usage.
|
||||
- [ ] Format "BigExtfs" as an encrypted, perhaps compressed ZFS pool.
|
||||
- [ ] Migrate the content from "BigEXT" over to the new ZFS pool.
|
||||
- [ ] Format "BigEXT" to be the mirror of the drive formerly known as "BigExtfs".
|
||||
- [x] Filesystems revamp for redundancy and media server usage.
|
||||
- [x] Format "BigExtfs" as an encrypted, perhaps compressed ZFS pool.
|
||||
- [x] Migrate the content from "BigEXT" over to the new ZFS pool.
|
||||
- [x] Format "BigEXT" to be the mirror of the drive formerly known as "BigExtfs".
|
||||
- [ ] Excess space on the 3TiB drive should be formatted as either exFAT or ext4.
|
||||
- [ ] Work out any remaining quirks of this.
|
||||
|
||||
|
|
|
|||
|
|
@ -28,15 +28,8 @@
|
|||
fsType = "vfat";
|
||||
};
|
||||
|
||||
fileSystems."/disks/BigEXT" =
|
||||
{ device = "/dev/disk/by-uuid/f9797766-59d6-4fca-9a2a-7bade7f57291";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."mewmapper".device = "/dev/disk/by-uuid/2802caf9-2dd6-4365-a022-f1359911a1db";
|
||||
|
||||
fileSystems."/disks/pool-compress" =
|
||||
{ device = "zstore/compress";
|
||||
fileSystems."/disks/pool-protect" =
|
||||
{ device = "zstore/protect";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
|
@ -45,8 +38,8 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/disks/pool-protect" =
|
||||
{ device = "zstore/protect";
|
||||
fileSystems."/disks/pool-compress" =
|
||||
{ device = "zstore/compress";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue