From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 09:01:41 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 040D9106567B for ; Sat, 5 Jul 2008 09:01:41 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from delusion.skoberne.net (lk.84.20.249.154.dc.cable.static.lj-kabel.net [84.20.249.154]) by mx1.freebsd.org (Postfix) with ESMTP id ABA358FC1F for ; Sat, 5 Jul 2008 09:01:40 +0000 (UTC) (envelope-from nejc@skoberne.net) Received: from localhost (localhost [127.0.0.1]) by delusion.skoberne.net (Postfix) with ESMTP id 85B41B82D; Sat, 5 Jul 2008 11:01:39 +0200 (CEST) Received: from delusion.skoberne.net ([127.0.0.1]) by localhost (delusion.skoberne.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 23672-07; Sat, 5 Jul 2008 11:01:36 +0200 (CEST) Received: from [192.168.10.194] (unknown [84.255.205.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nejkopejko@skoberne.net) by delusion.skoberne.net (Postfix) with ESMTP id AA3F0B81A; Sat, 5 Jul 2008 11:01:36 +0200 (CEST) Message-ID: <486F3870.7090002@skoberne.net> Date: Sat, 05 Jul 2008 11:01:36 +0200 From: =?windows-1252?Q?Nejc_=8Akoberne?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Gonzalo Nemmi References: <200807042033.44829.gnemmi@gmail.com> <200807050045.30661.gnemmi@gmail.com> <486F13B5.6080707@skoberne.net> <200807050546.09073.gnemmi@gmail.com> In-Reply-To: <200807050546.09073.gnemmi@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: freebsd-questions@freebsd.org Subject: Re: mounting ext2fs partitions on FBSD7 ( third time a charm?) 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: Sat, 05 Jul 2008 09:01:41 -0000 Hey, >> ls -la / | grep mnttest Can you paste output of this command? > sysid 5 (0x05),(Extended DOS) > start 102398310, size 106446690 (51975 Meg), flag 0 > beg: cyl 1023/ head 0/ sector 1; > end: cyl 1023/ head 254/ sector 63 So the partition you're trying to mount is under an extended partition. Can you do "ls -la /dev/ad0*" and provide us with the output? Bye, Nejc