From owner-freebsd-current@FreeBSD.ORG Sat Feb 17 04:59:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66B6316A402 for ; Sat, 17 Feb 2007 04:59:16 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 0B0B713C48E for ; Sat, 17 Feb 2007 04:59:15 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so1743996nfc for ; Fri, 16 Feb 2007 20:59:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AZd/M/VkSVJyJaDA/zPnPpqvWcnbFxVVCbVNsHbfjk/0A9S4EUGRDZyjHoMnSkhWg8x5hFkQRWE2OoexfyRRvDvzIN0OfL5hINS55DWDIBENkgXtLV99YtHaq4QZpaQYIgiGumjp5jC63P3RdcxDQv06sogb9MHZNyeCJ9CtBp8= Received: by 10.82.154.2 with SMTP id b2mr6207675bue.1171688354931; Fri, 16 Feb 2007 20:59:14 -0800 (PST) Received: by 10.82.186.2 with HTTP; Fri, 16 Feb 2007 20:59:14 -0800 (PST) Message-ID: <790a9fff0702162059w2a15a4feo2807c77422c64be1@mail.gmail.com> Date: Fri, 16 Feb 2007 22:59:14 -0600 From: "Scot Hetzel" To: "Scott Long" In-Reply-To: <45D66259.6070703@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <790a9fff0702161738r154b5087m877c604092727e39@mail.gmail.com> <45D66259.6070703@samsco.org> Cc: FreeBSD Current Subject: Re: mount_ntfs: /dev/ad0s1: No such file or directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 04:59:16 -0000 On 2/16/07, Scott Long wrote: > Scot Hetzel wrote: > > I'm no longer able to mount NTFS partitions on a recent -CURRENT, when > > mount tries to mount the partition it give "mount_ntfs: /dev/ad0s1: No > > such file or directory". > > > > Anyone else having a problem mounting these NTFS partitions? > > > > Scot > > > > Is anything printed on the console? > The only thing that gets printed regarding this problem is: : GEOM_LABEL: Label for provider ad0s1 is ntfs/OS. GEOM_LABEL: Label for provider ad1s1 is ntfs/DATA. Trying to mount root from ufs:/dev/ad0s3a and then when it triese to mount ad0s1 and ad1s2, I would get: mount_ntfs: /dev/ad0s1: No such file or directory mount_ntfs: /dev/ad1s1: No such file or directory Olivier's patch to ntfs_vfsops.c fixes the problem. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.