| 21 Oct 2024 |
thecowboyai | anyone using zfs around that can chat? I have a working nixos-flashstor configuration...
It installs NixOS, ZFS, and MinIO on an Asus Flashstor 12.
I need some help figuring out how to launch the ZFS config at boot instead of build... as in launching it in systemd.
I have the rest of this working, but am trying to setup several example configuration for the 12 drives in ZFS.
with nixos-flashstor:
You edit a domain name and IP address...
Build to usb
boot Flashstor on USB
you have a running system. | 17:16:23 |
| @swendel:curious.bio left the room. | 17:38:24 |
| moved to @amadaluzia:tchncs.de changed their display name from (lambda (f l) (format nil "~a ~a")) "Artur" "Manuel" to (artur 'manuel). | 20:03:01 |
| 22 Oct 2024 |
| comm0n changed their display name from comm0n to comm0n(they/them). | 19:03:35 |
| 23 Oct 2024 |
hexa | can disko reformat nvmes with the proper blocksize? 512/4k? | 13:07:04 |
hexa | Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 0
1 - 4096 0 0
| 13:07:33 |
hexa | a disk may have two supported modes | 13:07:38 |
hexa | and to switch to 4k blocks one would need to execute
nvme format /dev/nvme0n1 -l 1
| 13:07:56 |
hexa | https://github.com/nix-community/disko/issues/188 🙂 | 13:11:11 |
hexa | so manual for now, got it | 13:11:40 |
lassulus | ah, never heard about that | 13:21:44 |
hexa | it's called nvme low level formatting apparently | 14:06:40 |