Hi, I'm novice with FreeBSD but have some experience with Linux.
My Hardware:
My Partitions on twin nvme
Note: Full GiB are used 16.07 MiB at end not used
My wished partitioning:
Sorry for so much, and maybe silly questions, to you. Thanks anyway if you can help me.
My Hardware:
- Threadripper 1900
- 64 GB RAM
- 2 TB nvme 4k PBS/LBS (physical/logical block size) = 1863 GiB
My Partitions on twin nvme
sgdisk -n 1:1M:+1G -t 1:ef00 -c 1:EFI-0002 $DISK
sgdisk -n 2:0:+1766G -t 2:8300 -c 2:ARTIX-0002 $DISK
sgdisk -n 3:0:+96G -t 3:8200 -c 3:SWAP-0002 $DISK
Note: Full GiB are used 16.07 MiB at end not used
My wished partitioning:
- Partition Type Size Mountpoint Label
- freebsd-boot 1GiB
- freebsd-zfs 1766GiB /? BSDZ-001?
- freebsd-swap 96GiB
- How are structured the disk-layers on ZFS? Disk-controller (PBS/LBS) structure at base, partitions boundaries on disk-structure, and formatting on top for at least boot and swap?
- Can I use 'manual partitioning' even for ZFS just choosing `freebsd-zfs` or have I to make many other "adjustment" for using ZFS?
- Can I use 1GiB boot partition or is there a size limitation?
- Can I make the partitions boundaries like shown, or must swap be absolutely on second place?
- Do you recommend an encrypted swap?
- Is inside the "dvd1.iso" an installation script there, e.g. for "Auto (ZFS)" where I can modify at least the partitions-size?
- Do ZFS span on all the partitions in this case or only on / (root)? And if swap is encrypted, too?
- Do I need an L2ARC and/or ZIL for such amount of RAM and SWAP on NVMe?
Sorry for so much, and maybe silly questions, to you. Thanks anyway if you can help me.