From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 09:23:48 2008 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 05A35106566C for ; Wed, 30 Jul 2008 09:23:48 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id D927B8FC12 for ; Wed, 30 Jul 2008 09:23:47 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so269200wfg.7 for ; Wed, 30 Jul 2008 02:23:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=RkAyKJnK7JVXxsYo/3Nplnb8SArn28mkIuktbEZW9C0=; b=UYOiumN+aV+Bi+JYBtl2gFvT4/HwEhk+yaVqrUWgyuZHosMY28Et1gCiiJaIvfc8c0 b4rdYTNsXZbtjTQ6OSEcbmgcqDegjli3kNvfeBGaal3q/NJUCUacLhz3TyN2MAxCkkg/ 2IXZ8kpS9d4pi1O8Z2ZCbLWmkpgGYtuTXMxJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=SUtFPyP0giv9zcxyuySFURDbU+FSANPKanPHpEhYQfq7QeKwmDyaocRMTaFt+jJL9+ uC0XPVNt+ABxkFHBoq6ALucoXcE4PmLbmWXlCrDXrWR5bt0e6Vx7P5vWmzkPFDILJrs5 XIo3w0E3YPTLMAWFK68hs2VgZ+ZaEMAGWK2io= Received: by 10.142.223.20 with SMTP id v20mr2564403wfg.152.1217408074078; Wed, 30 Jul 2008 01:54:34 -0700 (PDT) Received: by 10.142.200.19 with HTTP; Wed, 30 Jul 2008 01:54:33 -0700 (PDT) Message-ID: <64c038660807300154ue4e5a0cyb792b46fd3ec6037@mail.gmail.com> Date: Wed, 30 Jul 2008 02:54:33 -0600 From: Modulok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: dumping mounted file systems with insufficient space... 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: Wed, 30 Jul 2008 09:23:48 -0000 Before I try this on a live server... I can use dump(8) an active, mounted file systems via the -L flag. According to the manual, this first creates a snapshot of the file system, to the .snap directory of the file systems root. What if the file system to be dumped, does not have sufficient free-space to store a snapshot? Can I still safely dump(8) a mounted file system? -Modulok-