From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 21 03:52:29 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A163106564A for ; Tue, 21 Aug 2012 03:52:29 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5E8D18FC08 for ; Tue, 21 Aug 2012 03:52:29 +0000 (UTC) Received: by obbun3 with SMTP id un3so14263618obb.13 for ; Mon, 20 Aug 2012 20:52:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6wu6/Zfdja7QBtkeGRrx9DhFG1fPfg07LWTJQMTWzIQ=; b=jorhhAWB3tu6VuwiU/mpKzNNyG5KfpAbjEVInY4ja0SVIhwqRkJqQX1/J5eqN/21yo 6JosdukNR4jsysKwkf+LqsAQyPw+lxnXD6nlP1wd0O+p7C7pZal1T5kjvV5bWUWx2anM 8mF8U5/02WLpTZFafXaMK79yloTvblLFhqXGbBibIQOpVBK+yKagvGtky71miceitb3H ukEm5usRx7R1mb6BV4H6x6I0SDKcdpawAXrO2Qqxn3w//hXLr5vIfVp7ID6oFXIYB1PH cJtCSYiVzsYvjvBb5KdqPZWuY6lcE6alxu/Vvcsb77ON37ENESYf9BPbBos4VSYYjAEk FiDQ== MIME-Version: 1.0 Received: by 10.60.2.105 with SMTP id 9mr11802178oet.65.1345521148729; Mon, 20 Aug 2012 20:52:28 -0700 (PDT) Received: by 10.76.83.130 with HTTP; Mon, 20 Aug 2012 20:52:28 -0700 (PDT) In-Reply-To: <20120821011439.95823.qmail@irelay.ssr.com> References: <20120821011439.95823.qmail@irelay.ssr.com> Date: Mon, 20 Aug 2012 22:52:28 -0500 Message-ID: From: Adam Vande More To: Scott Ballantyne Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: emulation@freebsd.org Subject: Re: VBoxManage clonehd question? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 03:52:29 -0000 On Mon, Aug 20, 2012 at 8:14 PM, Scott Ballantyne wrote: > Hello, > > I've been trying to create a clone of my current virtual boot disk > before I try to enlarge it. > > I cd to the directory with the VDI file, and then: > > VBoxManage clonehd Windows_7_64bit.vdi Windows7_Clone.vdi > Try using absolute path -- Adam Vande More