From owner-freebsd-questions Wed Feb 5 7:22:47 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3319037B401 for ; Wed, 5 Feb 2003 07:22:46 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 417FF43F85 for ; Wed, 5 Feb 2003 07:22:45 -0800 (PST) (envelope-from mwm-dated-1044890565.16621c@mired.org) Received: (qmail 90407 invoked from network); 5 Feb 2003 15:22:45 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 5 Feb 2003 15:22:45 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15937.11332.318747.357286@guru.mired.org> Date: Wed, 5 Feb 2003 09:22:44 -0600 To: Cliff Sarginson Cc: FreeBSD Questions Subject: Re: Mounting a linux logical partition In-Reply-To: <20030205061214.GA1286@raggedclown.net> References: <20030205061214.GA1286@raggedclown.net> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.69 (Count Fleet) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In <20030205061214.GA1286@raggedclown.net>, Cliff Sarginson typed: > Is it possible to mount a Linux logical partition on FBSD ? > If so what is the syntax. I am trying unsucessfully to mount > logical Linux partition 8 (inside Linux extended partition 2) from > an IDE disk on the same machine. Assuming that 1) it's on drive 0, 2) to be mounted on /mnt, and 3) Linux extended and logical partitions are the same as DOS extended and logical partitions, it should be something like: # mount -t ext2fs /dev/ad0s8 /mnt You'll probably need to make the device node for ad0s8. http://www.mired.org/consulting.html Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message