From owner-freebsd-questions@FreeBSD.ORG Sun Jun 4 00:52:03 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 3C2E516A496 for ; Sun, 4 Jun 2006 00:52:03 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2E743D45 for ; Sun, 4 Jun 2006 00:52:02 +0000 (GMT) (envelope-from tfcheng@gmail.com) Received: by nf-out-0910.google.com with SMTP id l37so1344415nfc for ; Sat, 03 Jun 2006 17:52:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=NyuD1rWyy0y8Ie3OvpVhoREswRvCYP0EEdNxt0YGzypL/hxQLtSe6/IdeODDy6jL36JXs46dcBtlbNPH/qi+9aZ5B6JzHC9NgvIEiXpYEQTbKk9FWCiKKICElnTow9nH/6M40DZDMeGDHcUNbKxH/I44wZTh6MY64AXqPQuJKWo= Received: by 10.49.68.13 with SMTP id v13mr1984092nfk; Sat, 03 Jun 2006 17:52:01 -0700 (PDT) Received: by 10.48.204.14 with HTTP; Sat, 3 Jun 2006 17:52:01 -0700 (PDT) Message-ID: Date: Sat, 3 Jun 2006 20:52:01 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 00:52:03 -0000 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