View Single Post
  #7   (View Single Post)  
Old 6th July 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Don't use sysinstall once the OS is installed.

Instead install sysutils/sfdisk. Then run it like % sfdisk /dev/ad4

Or, use fdisk directly % fdisk /dev/ad4

Trying to do it via sysinstall will only cause problems, aggravations, and insanity.

Oh, and you'll need to set the kern.geom.debugflags sysctl to 16 first.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote