From owner-freebsd-mobile@FreeBSD.ORG Fri Sep 19 11:36:31 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BA816A4B3 for ; Fri, 19 Sep 2003 11:36:31 -0700 (PDT) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89AB143FB1 for ; Fri, 19 Sep 2003 11:36:30 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (ns01.locore.org [218.45.21.227]) h8JIaK4l046573; Sat, 20 Sep 2003 03:36:20 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sat, 20 Sep 2003 03:36:18 +0900 (JST) Message-Id: <20030920.033618.105827093.iwasaki@jp.FreeBSD.org> To: wkb@freebie.xs4all.nl From: Mitsuru IWASAKI In-Reply-To: <20030919181023.GA11822@freebie.xs4all.nl> References: <20030919181023.GA11822@freebie.xs4all.nl> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: phdisk utility for VAIO X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 18:36:31 -0000 > Folks, > > Who can help me obtaining the phdisk utility for a VAIO > PCG550FX? I just got one donated (Thanks Michael!) but it did > not have the recovery/utility CD with it. If you want to create a phoenix Save to Disk partition, it would be worth to try this: http://www.freebsd.org/~iwasaki/apm/phformat.c With FreeBSD installer, create a enough size slice for hibernation and change system id to A0, then boot the system and run phformat as root. You don't have to boot DOS to create Save to Disk partition :) Thanks