From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 17:26:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DB6C16A4CE for ; Thu, 15 Jan 2004 17:26:19 -0800 (PST) Received: from mta3.adelphia.net (mta3.adelphia.net [68.168.78.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3161543D31 for ; Thu, 15 Jan 2004 17:26:18 -0800 (PST) (envelope-from fbsd_user@a1poweruser.com) Received: from barbish ([67.20.101.103]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040116012528.QZBX8989.mta13.adelphia.net@barbish> for ; Thu, 15 Jan 2004 20:25:28 -0500 From: "fbsd_user" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 15 Jan 2004 20:25:27 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: zero out unused HD space X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fbsd_user@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 01:26:19 -0000 I am trying to zero out all the unused disk space in the FBSD system Hard Drive. Using this command dd if=/dev/zero of=filler bs=1m but get error message saying file system full and have file named filler. I don't think this commands is doing what I want. How can I check to see if the unused space is all zeros? Help please.