From owner-freebsd-questions@FreeBSD.ORG Sun Jun 4 01:52:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CF2EB16A494 for ; Sun, 4 Jun 2006 01:52:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A6F43D69 for ; Sun, 4 Jun 2006 01:52:40 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout2.cac.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k541qem1006533 for ; Sat, 3 Jun 2006 18:52:40 -0700 X-Auth-Received: from [192.168.0.50] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k541qaZ8024234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 3 Jun 2006 18:52:39 -0700 Message-ID: <44823CE1.2020202@u.washington.edu> Date: Sat, 03 Jun 2006 18:52:33 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.2 (X11/20060510) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: mount windows xp 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: Sun, 04 Jun 2006 01:52:50 -0000 Tsu-Fan Cheng wrote: > hi, > i have a problem when trying to mount windows xp disk, I have > freebsd6.1/amd64 > on a SATA and wondows xp on a 80gb regular ATA disk separatly. I boot into > freebsd and under /dev, it shows: > ad0 > ad0s1 > ad4 > ad4s1 > .... > ... > ad0 is the win$$ disk and ad4 is fbsd disk. I use mount_msdosfs /dev/ad0s1 > /mnt > it gives: > Invalid argument > i heard something about not being to mount a disk too big, so I put the > "MSDOSFS_LARGE" option in my kernel config, sitll no use. any idea?? > thanks!! > > TFC Try building NTFS support into the kernel and then mount the drive using mount_ntfs. -Garrett