Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2007 16:15:09 +0100
From:      Ulrich Spoerlein <uspoerlein@gmail.com>
To:        Craig Rodrigues <rodrigc@crodrigues.org>
Cc:        Scot Hetzel <swhetzel@gmail.com>, FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: mount_ntfs: /dev/ad0s1: No such file or directory
Message-ID:  <20070218151509.GA28695@roadrunner.q.local>
In-Reply-To: <20070217170743.GA28585@crodrigues.org>
References:  <790a9fff0702161738r154b5087m877c604092727e39@mail.gmail.com> <20070217021629.GA24579@ci0.org> <20070217162233.GA28315@crodrigues.org> <20070217164904.GA31437@ci0.org> <20070217170743.GA28585@crodrigues.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070218151509.GA28695>