From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 10:43:44 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 5D18E106566B for ; Tue, 28 Oct 2008 10:43:44 +0000 (UTC) (envelope-from bullet446@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id E1FFA8FC24 for ; Tue, 28 Oct 2008 10:43:43 +0000 (UTC) (envelope-from bullet446@googlemail.com) Received: by ug-out-1314.google.com with SMTP id 30so186997ugs.39 for ; Tue, 28 Oct 2008 03:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=fVYaIvvXTqRU4DqFiyqoCVWtAFddJ/XwQGmtNbJN+7w=; b=PEoMGnVquevPpD3YrT8+3PqLTH5YmBkkdU3yqQTdspWojMhEfxxvQ4aKkR31zgk6Nm St1Gwtpe162zXTQc86J8QuBGFpZO0IEbwihb+HnLaqdfLUuMeSvajyorvt5SXBKvWOlm WB8nYwStXF1GZvLJ7d9ntB9TCXk30BDY274UI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=uIaq3I+ZBIMX3wiAiTMECtOE+Yn6Kmd1r4CWNCKAXbKfzMbuqdMeCUs6OzvOF1GQHK th6gfIgwZHe+1YNTvYtYx+a3HrTdmkm3StXFADuD2zJbt0aiDORiUMMwaQ26dqysxwvf M/FmKpcoqH1oJrWkApdnt8rJufrOx0tYfj40Y= Received: by 10.66.218.15 with SMTP id q15mr2787288ugg.77.1225189261187; Tue, 28 Oct 2008 03:21:01 -0700 (PDT) Received: by 10.66.218.9 with HTTP; Tue, 28 Oct 2008 03:21:00 -0700 (PDT) Message-ID: <786a1e4f0810280321w7aa8894fnb736fa4c83d3ef5e@mail.gmail.com> Date: Tue, 28 Oct 2008 10:21:00 +0000 From: "Bullet 446" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Zero-Fill format before installation 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: Tue, 28 Oct 2008 10:43:44 -0000 I have a remote machine with KVM access that I'd like to format and reinstall FreeBSD 7.0. I've succeded in formatting /dev/ad6 but not the main drive, /dev/ad4. Is it possbile to zero-fill format during the installation instead of simply deleting and recreating partitions? I've tried booting into single user mode without any success: # umount -a umount: /cdrom: not a file system root directory umount: /var: not a file system root directory umount: /usr: not a file system root directory umount: /tmp: not a file system root directory # dd if=/dev/zero of=/dev/ad4 dd: /dev/ad4: Operation not permitted