From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 23:17:18 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 C135D106568B for ; Fri, 11 Jun 2010 23:17:18 +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 54A108FC0A for ; Fri, 11 Jun 2010 23:17:17 +0000 (UTC) Received: by wyb33 with SMTP id 33so1602988wyb.13 for ; Fri, 11 Jun 2010 16:17:17 -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=/wJETM1DZmvRY+AMV+p0vRntAXXtn6clh+SP6LVRmK0=; b=oDBD3RGxViLfrs9wEULO1isucWwzTMUd/z3h00DDK3+jn5E+vDXVm3HaVPlwqlQE6l fwy2/SAnr7JY2ThCrwtFY4M9IhbTAEXl0gmnRgL3JfMNNDu+CESf1rmQjK2LkCyb3SSk GI41P8KfMw3S6Hk6Z4yiQMgDrB4HvqQq9wFEU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RjwbzH9N58Pr4MLG4wtGoTYV3hGXevC9ujBm15Xde8V8eUBmlYi6zLMxmkapwKan7f RIa0BaWbWtAlJd3zo0iSe5XAtF6KzgNr7ZgAguxiWIq2GHMzuPIZp2+TIJL9bfkPwRwV yh5tSSUcrirODMURteiqqa9yCh4T0MUHQMsvw= MIME-Version: 1.0 Received: by 10.216.85.68 with SMTP id t46mr34936wee.75.1276298237172; Fri, 11 Jun 2010 16:17:17 -0700 (PDT) Received: by 10.216.220.144 with HTTP; Fri, 11 Jun 2010 16:17:17 -0700 (PDT) Date: Sat, 12 Jun 2010 02:17:17 +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 23:17:18 -0000 /mnt/hd/ is the directory of my external hard disk and /mnt/hd/FBSD is the directory of "FBSD" folder within the hard disk. i created the file root.dump in /mnt/hd/FBSD and i gave the command "dump -0Lauf /mnt/hd/FBSD/root.dump /" the result is: DUMP: Date of this level 0 dump: Sat Jun 12 02:05:36 2010 > DUMP: Date of last level 0 dump: the epoch > DUMP: Dumping snapshot of /dev/ad0s3a (/) to /mnt/hd/FBSD/root.dump > DUMP: mapping (Pass I) [regular files] > DUMP: mapping (Pass II) [directories] > DUMP: estimated 6859984 tape blocks. > DUMP: dumping (Pass III) [directories] > DUMP: dumping (Pass IV) [regular files] > DUMP: write error 4194320 blocks into volume 1 > DUMP: Do you want to restart?: ("yes" or "no") > is it ok? P.S.:my hard disk is a FAT file system not a UFS.