From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 14:29:55 2005 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 6A9ED16A41F for ; Wed, 10 Aug 2005 14:29:55 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63D843D48 for ; Wed, 10 Aug 2005 14:29:54 +0000 (GMT) (envelope-from newyilang@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so88198nzd for ; Wed, 10 Aug 2005 07:29:54 -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:content-transfer-encoding:content-disposition; b=mVxigwieD9MrkUSm5wI9WTu6XnsVoluM5HHl7cEKWQ+7IbV2z2EkNssX0xNVWjTBvYexfQTbSNbtpCvGoRDTKP3LmbIpY+MqSc2ZjdoW3QSM7FIN2SfqBsBUEwmalLNg1Vy59/T26n5Da/SR58pzMoJI1TEQrVihPyg2lvm0NA8= Received: by 10.36.138.6 with SMTP id l6mr738575nzd; Wed, 10 Aug 2005 07:29:53 -0700 (PDT) Received: by 10.37.18.6 with HTTP; Wed, 10 Aug 2005 07:29:53 -0700 (PDT) Message-ID: <7d710b0f05081007294f7af7f2@mail.gmail.com> Date: Wed, 10 Aug 2005 22:29:53 +0800 From: Kenny To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: able to mount ad0s1, but unable to mount ad0s3! 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: Wed, 10 Aug 2005 14:29:55 -0000 Well, my FreeBSD reside in ad0s2. While ad0s1 and ad0s3 is for Windows. Both ad0s1 and ad0s3 are NTFS. I can easily mount ad0s1 by typing the following command: mount -t ntfs /dev/ad0s1 /mnt However, when I tried to mount ad0s3 using the same command, it does never work. The error message is just as this: Kenny# mount -t ntfs /dev/ad0s3/ /mnt ntfs: /dev/ad0s3: Invalid argument It seemed no use for me to get help from the handbook. What is wrong? Ohhhhh, I am quite puzzled. Waiting for your help, thanks!