From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 20:00:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B8616A4CE for ; Fri, 27 Aug 2004 20:00:09 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B35143D54 for ; Fri, 27 Aug 2004 20:00:09 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.254.25]) by ptb-relay01.plus.net with esmtp (Exim) id 1C0mtM-000Klv-1n for freebsd-current@freebsd.org; Fri, 27 Aug 2004 20:00:08 +0000 Message-ID: <412F9344.6060100@freebsd.org> Date: Fri, 27 Aug 2004 21:02:12 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (X11/20040729) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: RELENG_5: Can't mount NTFS slices X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 27 Aug 2004 20:00:09 -0000 /home/mark{107}# uname -a FreeBSD redshift 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Fri Aug 27 19:15:05 BST 2004 mark@redshift:/usr/obj/usr/src/sys/REDSHIFT i386 Since building my first RELENG_5 world a week ago (previously running -current) I cannot mount an NTFS slice: /home/mark{108}# mount /ntfs ntfs: /dev/da0s1: Operation not supported by device /home/mark{109}# grep ntfs /etc/fstab /dev/da0s1 /ntfs ntfs ro,noauto 0 0 /home/mark{110}# ls -l /dev/da* crw-r----- 1 root operator 4, 13 27 Aug 19:34 /dev/da0 crw-r----- 1 root operator 4, 15 27 Aug 19:34 /dev/da0s1 crw-r----- 1 root operator 4, 14 27 Aug 19:34 /dev/da1 crw-r----- 1 root operator 4, 16 27 Aug 19:34 /dev/da1s1 crw-r----- 1 root operator 4, 17 27 Aug 20:34 /dev/da1s1a crw-r----- 1 root operator 4, 18 27 Aug 19:34 /dev/da1s1b crw-r----- 1 root operator 4, 19 27 Aug 19:34 /dev/da1s1c crw-r----- 1 root operator 4, 20 27 Aug 20:34 /dev/da1s1d crw-r----- 1 root operator 4, 21 27 Aug 20:34 /dev/da1s1e crw-r----- 1 root operator 4, 22 27 Aug 20:34 /dev/da1s1f crw-r----- 1 root operator 4, 23 27 Aug 19:34 /dev/da1s1g /home/mark{111}# This worked fine in -current. I'm subscribed to this list and haven't seen anyone else report this and can't find anything in the mail archives. Can anyone shed any light please? Thanks. Regards, Mark