freebsd-dev/sbin/gpt/mkdisk.sh
Peter Wemm 80643c90e3 Grab a snapshot of Marcel's gpt tool. This is still a work-in-progress
but is useful to have handy.  EFI GPT partitions are used instead of the
fdisk+disklabel combination.  They are pure 64 bit LBA, are fully
extensible, support up to 16383 partitons per disk, etc.
2002-07-20 19:27:43 +00:00

12 lines
216 B
Bash

#!/bin/sh
# $FreeBSD$
dd if=/dev/zero of=disk count=125307
sudo mdconfig -a -t vnode -f disk -u 4
sudo fdisk -f - md4 <<EOF
g c567 h13 s17
p 1 165 221 124865
EOF
sudo disklabel -w -r md4 pan60
sudo mdconfig -d -u 4