From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 16:17:56 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 D4C0216A41F for ; Wed, 10 Aug 2005 16:17:56 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826A343D45 for ; Wed, 10 Aug 2005 16:17:56 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2) with ESMTP id j7AGHuJF011743; Wed, 10 Aug 2005 12:17:56 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.10+Sun/8.12.2/Submit) id j7AGHudS011742; Wed, 10 Aug 2005 12:17:56 -0400 (EDT) From: Jerry McAllister Message-Id: <200508101617.j7AGHudS011742@clunix.cl.msu.edu> To: newyilang@gmail.com (Kenny) Date: Wed, 10 Aug 2005 12:17:56 -0400 (EDT) In-Reply-To: <7d710b0f05081007294f7af7f2@mail.gmail.com> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 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 16:17:56 -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 > Was /dev/ad0s1 still mounted? You would need a different mount point. The only other difference I can see is the trailing / in the second one. ////jerry > 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! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >