Posts

Showing posts from December, 2023

ZFS boot on root setup for a USB SSD

Image
ZFS boot on root  setup for  a USB SSD http://ghostbsdarm64.hopto.org/packages/   Where to find files ? Here use this link.   http://ghostbsdarm64.hopto.org/packages/gh14_Dec30_arm64_create_disk.tar.gz Download this file to a working directory on your GhostBSD live media or a working FreeBSD machine. xz --decompress --keep gh14_Dec30_arm64_create_disk.tar.gz Use the file dd_ghost14.sh  shell script to 'dd' write the image file: http://ghostbsdarm64.hopto.org/packages/Ghost14_5g_selfbuilt_raspi4b_Jan22_0.img.xz    Ghost14_5g_selfbuilt_raspi4b_Jan22_0.img  file into a USB flash drive /dev/da1 Shell scripts to create the USB SSD, and the captured output listings It is hard to remember the details of creating a partition without a tested script. Also look at a PuppyLinux_or_PCBSD blog post on reading about ZFS create: http://puppylinux-or-pcbsd.blogspot.com/2023/03/zpool-create-zfs-create-how-to-use-disk.html   https://www.reddit.com/r/freebsd/comments/v4b5oj/freebsd_on_zfs_on_rasp

Partition Type Numbers for FreeBSD and Linux, maybe Windows Gpart command

Image
https://www.softwaretestinghelp.com/mbr-vs-gpt/ https://itnixpro.com/manage-disk-partitions-in-linux-using-gdisk/   GDISK  https://linuxconfig.org/how-to-list-create-delete-partitions-on-mbr-and-gpt-disks-rhcsa-objective-preparation   MBR and GPT disks https://www.computernetworkingnotes.com/linux-tutorials/manage-linux-disk-partition-with-gdisk-command.html   GDISK  command  https://www.rodsbooks.com/gdisk/walkthrough.html   GDISK walk through Rod Smith  Partition Type Numbers for FreeBSD and Linux, maybe Windows  Gpart command https://www.system-rescue.org/disk-partitioning/Partitions-attributes/ System-Rescue  shows Fdisk, parted, gparted  examples  look for a gdisk example https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-setup-diskconfiguration-disk-modifypartitions-modifypartition-typeid Microsoft Windows  BIOS/MBR UEFI GPT  information https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2003/cc739412(v=w