From owner-freebsd-questions@freebsd.org Sun Dec 4 23:39:11 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01985C6742D for ; Sun, 4 Dec 2016 23:39:10 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B5EBB1E83 for ; Sun, 4 Dec 2016 23:39:10 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [76.181.114.47] ([76.181.114.47:36795] helo=raspberrypi.bildanet.com) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 24/6B-30010-558A4485; Sun, 04 Dec 2016 23:35:49 +0000 Received: from [192.168.1.40] (helo=desktop.example.org) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cDgJw-0007kx-Qr for freebsd-questions@freebsd.org; Sun, 04 Dec 2016 18:35:48 -0500 To: freebsd-questions@freebsd.org From: scrat Subject: Mounting ntfs filesystem Message-ID: <441e2ea8-1716-aae7-523f-a1db74cc4f4a@columbus.rr.com> Date: Sun, 4 Dec 2016 18:35:48 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.6:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Dec 2016 23:39:11 -0000 What ports do I need to mount ntfs filesystems? I have built sysutils/ntfsprogs and sysutils/fusefs-ntfs I installed sysutils/fusefs-ntfs When I installed sysutils/ntfsprogs it removed sysutils/fusefs-ntfs. All the information I can find on the web tells me I need both. Also mount_ntfs seems to be miising as it was not installed by either port. Thanks