From owner-freebsd-newbies@FreeBSD.ORG Tue Mar 8 21:35:53 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6697416A4CF for ; Tue, 8 Mar 2005 21:35:53 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBECE43D46 for ; Tue, 8 Mar 2005 21:35:52 +0000 (GMT) (envelope-from danoxster@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so27004rng for ; Tue, 08 Mar 2005 13:35:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=MAfIcaJI7XOtEl/509Utw2FL0AV98u1fciPxx4+Gq0lvAX3WMmY+v/p7wjY3BzX9eQJFE24ECUUvlgHK1kbRNWhdW0vr8a8rBQEMw8JZSDF5Ajwr3KwD6jUkm3RvJag+fcAUEPduq33FhSsytotbAhXJvE6hnvF+MCyIGyumfbg= Received: by 10.38.81.38 with SMTP id e38mr176206rnb; Tue, 08 Mar 2005 13:35:52 -0800 (PST) Received: from ?192.168.1.4? ([220.233.85.5]) by mx.gmail.com with ESMTP id 63sm7480rna.2005.03.08.13.35.51; Tue, 08 Mar 2005 13:35:52 -0800 (PST) Message-ID: <422E1ACC.2080608@gmail.com> Date: Wed, 09 Mar 2005 08:36:12 +1100 From: Dan Simmonds User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Free BSD newbies Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Disk Geometry X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 21:35:53 -0000 I have a relatively new installation of FreeBSD 5.3 which I have been running as a file server. Recently we had a power outage and when I booted up the machine again, instead of a normal boot sequence I was given an "automount" prompt. I understand that I have to mount a disk slice and fsck my hard drive (I think this is right, please correct me if I'm wrong), only its been a while since I sliced up my hard drive and I've forgotten what the disk looks like. Is there anyway of investigating the disk geometry from this automount prompt? The only commands I seem to have available are mount commands. Thanks, Dan.