Date: Thu, 12 Apr 2007 10:00:43 -0400 From: "Dave" <dmehler26@woh.rr.com> To: <freebsd-geom@freebsd.org> Subject: issues with geom and adding disks Message-ID: <000901c77d0a$f7ae51d0$0200a8c0@satellite>
next in thread | raw e-mail | index | archive | help
Hello, I'm following the handbook section 18.3.2.1 to add a disk to a FreeBSD 6.2 system. I've got the disk plugged in and it shows up as /dev/ad6 so i did: dd if=/dev/zero of=/dev/ad6 bs=1k count=1 That worked fine. My problem came with fdisk. I used: fdisk -BI ad6 and i got the message: Invalid partition table geom not found. If i do: fdisk ad6 i get a summary of the current disk partitions on ad6, all empty as this is a new disk. Thanks. Dave.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c77d0a$f7ae51d0$0200a8c0>