From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 15:03:13 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C55541065673 for ; Thu, 16 Dec 2010 15:03:13 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 459D58FC1B for ; Thu, 16 Dec 2010 15:03:12 +0000 (UTC) Received: from kw.homeip.net (c80-217-64-49.bredband.comhem.se [80.217.64.49]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id oBGF3Ahm024964; Thu, 16 Dec 2010 16:03:10 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <4D0A2A2D.1070607@bah.homeip.net> Date: Thu, 16 Dec 2010 16:03:09 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; sv-SE; rv:1.9.2.13) Gecko/20101213 Thunderbird/3.1.7 MIME-Version: 1.0 To: bsd References: <201012150800.oBF80FRf015357@mail.r-bonomi.com> <58F35D2B-19D0-4FE0-A4DA-03FDA8128BD2@todoo.biz> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Liste FreeBSD Subject: Re: Creating clone of a HDD including boot partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2010 15:03:13 -0000 2010-12-16 11:55, bsd: > I have tried to use the compressed approach using smthg like: > > # mount /dev/ad0s1a /mnt > # cd /mnt > # dd if=/dev/zero of=zerofile bs=1M > > > I have a lot of errors on standerr output such as : > > g_vfs_done() : da0s1a [WRITE(offset=58978680256, length=131072)]error = 5 You have to little disk space, is my guess. > Up to a point where It has finaly freezed my running FBSD 8.1. To little to fast. > I don't think I have reached the end of the file… ?? >