From owner-freebsd-questions@FreeBSD.ORG Fri May 25 03:42:12 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 A062416A468 for ; Fri, 25 May 2007 03:42:12 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 57B2413C45E for ; Fri, 25 May 2007 03:42:10 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id NAA27656; Fri, 25 May 2007 13:42:02 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 25 May 2007 13:42:01 +1000 (EST) From: Ian Smith To: Mohsen Pahlevanzadeh In-Reply-To: <20070523183500.2113A16A4C4@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Extended partition 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: Fri, 25 May 2007 03:42:12 -0000 On Wed, 23 May 2007 17:30:29 +0330 Mohsen Pahlevanzadeh wrote: > Dear all, > I have 1 freebsd partiotion & 4 other partitions: > 1.Etended DOS (Primary) > 2.ext3 logical under 1 > 3.ext3 logical under 1 > 4.solaris swap (primary) > When i mount ext3 partitions, i receive "invalid argument" > mount_ext2fs -o ro /dev/ad0s6 /media/mymountpoint > I have checked ad0s6 exist. > Please help me..... The first slice in your 'extended partition' should be ad0s5. On top of your text description, please provide the output of: # fdisk ad0 # ls /dev/ad0* Cheers, Ian