From owner-freebsd-questions Sat Dec 21 7:47:20 2002 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 68F8037B401 for ; Sat, 21 Dec 2002 07:47:18 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EA943EDA for ; Sat, 21 Dec 2002 07:47:17 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18PlqK-00060c-00 for freebsd-questions@freebsd.org; Sat, 21 Dec 2002 07:47:12 -0800 Date: Sat, 21 Dec 2002 07:47:12 -0800 From: Nathan Kinkade To: freebsd-questions@freebsd.org Subject: help mounting ext2/3, ntfs [was: ] Message-ID: <20021221154712.GJ5605@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: freebsd-questions@freebsd.org References: <1040466840.37580.59.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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 On Sat, Dec 21, 2002 at 02:25:09PM +0000, Voicu Liviu wrote: > my problem is mounting vfat/ext3 partitions: > under linux my table looks like: > /dev/hda1 - > win2k > /dev/hda2 - > root of gentoo linux > /dev/hda3 - > swap of gentoo linux > /dev/hda4 - > my freebsd workstation > > Any 1 please, how do I mount the partition of linux/win2k under freebsd? > > Every thing is named different in freebsd. > Thanks > > > -- > Voicu Liviu Voicu, First, ALWAYS put a subject in your post and try your best to summarize the entire question in a few descriptive words. Frequently, not putting a subject will cause list members to skip over and ignore your post. Second, read the handbook section 2.5: Allocating Disk Space at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html This should help you to understand device naming/numbering in FreeBSD That said, assuming that you are using IDE HDDs, you device names will probably correspond between Linux -> FreeBSD something like: FreeBSD -> Linux /dev/ad0s1 -> /dev/hda1 /dev/ad0s2 -> /dev/hda1 /dev/ad0s3 -> /dev/hda1 /dev/ad0s4 -> /dev/hda1 From here you can read up mount(8) for more information on mounting various filesystem types. A Google (or similar) search would probably also prove helpful. Good luck, Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message