From owner-freebsd-current@FreeBSD.ORG Sun Feb 18 15:40:03 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 D7CB216A409 for ; Sun, 18 Feb 2007 15:40:03 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5B19713C4B8 for ; Sun, 18 Feb 2007 15:40:03 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so405772ugh for ; Sun, 18 Feb 2007 07:40:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to; b=ftra59IPpwoBvws07ISHIy7v/OGSffCg+fitK4AXtstxktYBqm8duQU8gjeWIE7gX8JWreh7jKABmiRNA75u7GrgM+ewvWj4qAKfjLH+FtkZwK0kY5E3iLFc5g8IEeqFuimqmJKrKQhGWg2g90VREUxhXRxoOSS5tL4kouvq4eA= Received: by 10.67.20.3 with SMTP id x3mr5668041ugi.1171811727255; Sun, 18 Feb 2007 07:15:27 -0800 (PST) Received: from roadrunner.q.local ( [85.180.142.204]) by mx.google.com with ESMTP id j34sm6205324ugc.2007.02.18.07.15.25; Sun, 18 Feb 2007 07:15:26 -0800 (PST) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.8) with ESMTP id l1IFFJAK028773; Sun, 18 Feb 2007 16:15:19 +0100 (CET) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.8/Submit) id l1IFF9D7028772; Sun, 18 Feb 2007 16:15:09 +0100 (CET) (envelope-from uspoerlein@gmail.com) Date: Sun, 18 Feb 2007 16:15:09 +0100 From: Ulrich Spoerlein To: Craig Rodrigues Message-ID: <20070218151509.GA28695@roadrunner.q.local> Mail-Followup-To: Craig Rodrigues , Olivier Houchard , Scot Hetzel , FreeBSD Current References: <790a9fff0702161738r154b5087m877c604092727e39@mail.gmail.com> <20070217021629.GA24579@ci0.org> <20070217162233.GA28315@crodrigues.org> <20070217164904.GA31437@ci0.org> <20070217170743.GA28585@crodrigues.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070217170743.GA28585@crodrigues.org> Cc: Scot Hetzel , 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: Sun, 18 Feb 2007 15:40:03 -0000 Craig Rodrigues wrote: > I don't have any NTFS partitions on my FreeBSD system. Does someone > have a small NTFS disk image that they can send me so I can implement > some of these changes and practise mounting? Hi Craig, please install sysutils/ntfsprogs, then use: cd /tmp; truncate -s500M ntfs.img mdconfig -atvnode -fntfs.img -u7 mkfs.ntfs -F /dev/md7 This should give you something to play with. Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?