From owner-freebsd-questions@FreeBSD.ORG Mon May 14 15:48:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDFAD16A405 for ; Mon, 14 May 2007 15:48:07 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from shanshito.webanoide.org (shanshito.webanoide.org [150.101.108.110]) by mx1.freebsd.org (Postfix) with ESMTP id 3888213C45D for ; Mon, 14 May 2007 15:48:06 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from maxito.hba.navalradio.cl (maxito.hba.navalradio.cl [172.26.4.34]) (authenticated bits=0) by shanshito.webanoide.org (8.13.8/8.13.8) with ESMTP id l4EFm2SW052966 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 14 May 2007 15:48:05 GMT (envelope-from mikhailg@webanoide.org) Message-ID: <464884B1.8050304@webanoide.org> Date: Tue, 15 May 2007 01:48:01 +1000 From: Mikhail Goriachev Organization: Webanoide User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Oscar Chavarria , FreeBSD Questions Mailing List References: <716841580705140812l40094c33h74033921cc0a37bd@mail.gmail.com> <46488100.3040502@webanoide.org> <716841580705140838v54fa3ef8k282332100cfad562@mail.gmail.com> In-Reply-To: <716841580705140838v54fa3ef8k282332100cfad562@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Unable to mount HDD - Newbie question 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: Mon, 14 May 2007 15:48:07 -0000 Oscar Chavarria wrote: > fsck /dev/da0s1 /home > fsck: could not determine filesystem type. > > Go figure. Might the hdd be damaged? I guess not since boot recognized > it, right? Please don't top-post and keep the conversation on the list. It seems like you've tried to fsck only the slice (da0s1). You have to fsck the partition itself: # fsck /dev/da0s1d The last letter should be the one you assigned when you labeled that drive. Show us the output of: # ls /dev/da0* Regards, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E-Mail: mikhailg@webanoide.org Web: www.webanoide.org