ZPOOL create ZFS create How to use Disk Partitions in Single DISK ZFS setup
URLs to Read. For you to gain understanding. Takes time to Learn well
:
https://blog.programster.org/zfs-create-disk-pools Good easy explanation of ZFS
https://somedudesays.com/2021/08/the-basic-guide-to-working-with-zfs/ Good examples of RAIDZ setup
https://github.com/yuriskinfo/cheat-sheets/blob/master/cheat-sheets/FreeBSD-cheat-sheet.adoc FreeBSD gpart cheat sheet
https://github.com/danboid/creating-ZFS-disks-under-Linux/blob/master/README.md Single disk Linux ZFS
https://unix.stackexchange.com/questions/672151/create-zfs-partition-on-existing-drive Create ZFS Partition on existing disk like /dev/sda3
https://serverfault.com/questions/596812/setup-zfs-on-freebsd-from-bsd-rescue ZFS on FreeBSD bsd-rescue OHV
https://docs.oracle.com/cd/E19253-01/819-5461/gaynr/index.html Create a ZFS root pool Oracle Docs on ZFS Zettabyte File System
https://illumos.org/books/zfs-admin/gavwq.html#gazud Illumous ZFS manual examples
https://github.com/openzfs/zfs/issues OpenZFS Issues web page
https://github.com/openzfs/zfs OpenZFS Readme.md file
What I want to do with my ZFS disk system. I am using UEFI GPT, two partitions one for root /dev/sda5, one larger for home /dev/sda6 . Boot from the ESP EFI FAT32 /EFI/freebsd/bootx64aa.efi into the ZFS file system on a Raspberry Pi 4B with 8 gigabytes of dram memory. I want 50 -80 GB for the root "/" disk space. I want 130-180 GB for the home "/home" "/usr/ports" "/usr/home" "/usr/src" "/home" is symbolic link to "/usr/home"
I am using rEFInd EFI app to select which operating system to boot on the Raspberry Pi. I would like to boot PuppyLinux Raspup 32bit, POP!_OS ARM64, Manjaro ARM64, and other test arm64 OS like Raspberry Pi OS.
forums.freebsd.org
https://www.reddit.com/r/freebsd/comments/v4b5oj/freebsd_on_zfs_on_raspberry_pi/ Reddit ZFS setup on FreeBSD for Raspberry Pi.
https://github.com/freebsd/freebsd-src/blob/main/usr.sbin/bsdinstall/scripts/zfsboot bsdinstall scripts for zfsboot
https://lists.freebsd.org/archives/freebsd-arm/ FreeBSD arm mailing list subscribe