From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 22:46:59 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 4E6F3106564A for ; Fri, 11 Jun 2010 22:46:59 +0000 (UTC) (envelope-from terietor@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id D55578FC18 for ; Fri, 11 Jun 2010 22:46:58 +0000 (UTC) Received: by wyb33 with SMTP id 33so1572403wyb.13 for ; Fri, 11 Jun 2010 15:46:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=sIIj0bPqhtbybgNv5TbPuLBjYBpSGh0wGFyw63ue49U=; b=S4c/xpCfwQEC1UM0/615GJ1zTMYdjSsBppQKyFHa8JIZg956xuTlTRVxeV9jL3Rt40 Ag2GVMKt2l5Q9qlZ4qzUI9FeYK09Um0vzHqL4QqmZ0NV1g3SaXYIghgslIyXmJZ+rzJo GcafEP/oEERLNx6kC+LwCPmChpcjhzaq42oKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=HE3jY/OhlYIHdWBgMbsX9VCShatsaXhkqaLCCQzjqqI7AAfic+RfnNp+ieus/xQjN+ JT+pxHJYFpM1KgUb91N1u0OcK4m0RMXuFfMYN+VUcgujXn7fHBtOWSIbDwWMrMa98pDl /vFDYVGHx1Y5lRDRksMSVFE2TKpeqYbtcEhoM= MIME-Version: 1.0 Received: by 10.216.157.201 with SMTP id o51mr709953wek.6.1276296417563; Fri, 11 Jun 2010 15:46:57 -0700 (PDT) Received: by 10.216.220.144 with HTTP; Fri, 11 Jun 2010 15:46:57 -0700 (PDT) Date: Sat, 12 Jun 2010 01:46:57 +0300 Message-ID: From: Giorgos Tsiapaliokas To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE:resize freebsd slice 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: Fri, 11 Jun 2010 22:46:59 -0000 only /home is in a diferent partition,but i don't care because i don't have any file in it (only .xinitrc,but this is not a prob) i give as a root the command "dump -0Lauf /mnt/hd/FBSD/ /dev/ad0s3a" but i receive the following error: DUMP: Date of this level 0 dump: Sat Jun 12 01:39:31 2010 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/ad0s3a (/) to /mnt/hd/FBSD/ DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 6843871 tape blocks. DUMP: Cannot open output "/mnt/hd/FBSD/". DUMP: Do you want to retry the open?: ("yes" or "no") i tried to reopen the output but it had no effect. P.S.:ad0s3a is my root directory (/) s3b is /home and s3d is my swap space