From owner-freebsd-questions@FreeBSD.ORG Wed Aug 10 17:17:09 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 1485D16A41F for ; Wed, 10 Aug 2005 17:17:09 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC0543D49 for ; Wed, 10 Aug 2005 17:17:08 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j7AHH8pQ014555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 10 Aug 2005 10:17:08 -0700 X-Auth-Received: from [128.208.4.29] (shiina.dyn.cs.washington.edu [128.208.4.29]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.07) with ESMTP id j7AHH7Cp010665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 10 Aug 2005 10:17:08 -0700 Message-ID: <42FA3695.6040103@u.washington.edu> Date: Wed, 10 Aug 2005 10:17:09 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.6 (Macintosh/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: <200508101617.j7AGHudS011742@clunix.cl.msu.edu> In-Reply-To: <200508101617.j7AGHudS011742@clunix.cl.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 17:17:09 -0000 Jerry McAllister wrote: >> 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 > > That trailing '/' would be the cause of the issue since the nodes for disk paritions/slices are seen by the FS as flat files in FreeBSD and not directories. -Garrett