Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

ZFS (notes)

karasu edited this page Nov 27, 2015 · 10 revisions

Device Initialization

GPT

  • Clean partition table zap-all device

  • Clear all magic strings (mdadm, lvm, partition table, ...) dd if=/dev/zero of=device bs=512 count=2048

  • Create fresh GPT sgdisk clear device

  • Inform the kernel of the partition change partprobe device

MBR

  • Clear partition table dd if=/dev/zero of=device bs=512 count=2048

  • Create fresh MBR parted mktable device msdos


Create partitions

GPT

Cnchi Next - v0.16

Notes/Planning
Clone this wiki locally