From owner-freebsd-stable@FreeBSD.ORG Thu Nov 21 12:19:56 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F08D75AD for ; Thu, 21 Nov 2013 12:19:56 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id A0D482332 for ; Thu, 21 Nov 2013 12:19:56 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 91DA4B9040 for ; Thu, 21 Nov 2013 13:19:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1385036392; x=1386850793; bh=tVCOO/C9qsNyCYfXdv16zNgZw3vgteBvxdu IpyOJixo=; b=EvQbpRZvJuya0j4WvZb9NPdHu+fUJYM+zZ5QB8Lh4QgwlXryMkq PdjSjZqG78HhQ84peAfdPdzKk1l03oxNXPSQOjry2BOuFTAvAnwxW8VryVhFzOR4 vLU3oJ8u8Q1rmFVIsgJZVnme2Kf1IE9JVvupB4ZSD32bjP7Z9ZK5BETg= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rnnManKm6Yf6 for ; Thu, 21 Nov 2013 13:19:52 +0100 (CET) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id ED111B9022 for ; Thu, 21 Nov 2013 13:19:51 +0100 (CET) Date: Thu, 21 Nov 2013 13:19:51 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-stable@freebsd.org Subject: Re: mount ntfs in 10-BETA3 Message-Id: <20131121131951.ffefb632ac1f5f3572c45806@mimar.rs> In-Reply-To: <20131121094824.bcaf9c08c98d42b050afa9f1@mimar.rs> References: <20131121094824.bcaf9c08c98d42b050afa9f1@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 12:19:57 -0000 On Thu, 21 Nov 2013 09:48:24 +0100 Marko Cupa=C4=87 wrote: > Is it possible to mount ntfs in 10-BETA3? Pardon my ignorance. I realized later that fuse.ko is kernel module which is now built from /usr/src/sys/modules/fuse/ instead of /usr/ports/sysutils/fusefs-kmod/, but I still need to build /usr/ports/sysutils/fusefs-ntfs/ in order to get actual ntfs-3g. After I built and kldoaded fuse, I managed to mount ntfs volume with ntfs-3g. --=20 Marko Cupa=C4=87