Date: Wed, 5 Feb 2003 09:22:44 -0600 From: Mike Meyer <mwm-dated-1044890565.16621c@mired.org> To: Cliff Sarginson <cls@raggedclown.net> Cc: FreeBSD Questions <FreeBSD-questions@FreeBSD.org> Subject: Re: Mounting a linux logical partition Message-ID: <15937.11332.318747.357286@guru.mired.org> In-Reply-To: <20030205061214.GA1286@raggedclown.net> References: <20030205061214.GA1286@raggedclown.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In <20030205061214.GA1286@raggedclown.net>, Cliff Sarginson <cls@raggedclown.net> 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. <mike -- Mike Meyer <mwm@mired.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15937.11332.318747.357286>