From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-160463-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 20E8B1389E2
	for <garchives@archives.gentoo.org>; Sun,  7 Dec 2014 23:24:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7F455E0CFA;
	Sun,  7 Dec 2014 23:24:34 +0000 (UTC)
Received: from mail.no-carrier.info (kraftzwerg.no-carrier.info [87.98.242.129])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 48705E0C7C
	for <gentoo-user@lists.gentoo.org>; Sun,  7 Dec 2014 23:24:33 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by mail.no-carrier.info (Postfix) with ESMTP id 18AE039A98A1
	for <gentoo-user@lists.gentoo.org>; Mon,  8 Dec 2014 00:24:26 +0100 (CET)
X-Virus-Scanned: amavisd-new at no-carrier.info
X-Spam-Flag: NO
X-Spam-Score: -1.622
X-Spam-Level:
X-Spam-Status: No, score=-1.622 tagged_above=-9999 required=5
	tests=[ALL_TRUSTED=-1, BAYES_05=-0.5, CRM114_CHECK=-0.022,
	DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1] autolearn=no
X-CRM114-Status: UNSURE ( 0.44 )
X-CRM114-CacheID: sfid- 
Received: from mail.no-carrier.info ([127.0.0.1])
	by localhost (??mail.no-carrier.info [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id dPmYblA03-UD for <gentoo-user@lists.gentoo.org>;
	Mon,  8 Dec 2014 00:24:15 +0100 (CET)
Received: from [192.168.1.101] (p5DD57E3D.dip0.t-ipconnect.de [93.213.126.61])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mail@marc-stuermer.de)
	by mail.no-carrier.info (Postfix) with ESMTPSA id 0A21B39A9892
	for <gentoo-user@lists.gentoo.org>; Mon,  8 Dec 2014 00:24:14 +0100 (CET)
Authentication-Results: mail.no-carrier.info; dmarc=none header.from=marc-stuermer.de
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marc-stuermer.de;
	s=tsunami; t=1417994655;
	bh=zCDSO0ZXm+b/0Mlaw8jF+LvdnAJuuP5uy+QhF+TnQ0s=;
	h=Date:From:To:Subject:References:In-Reply-To:From;
	b=WMbSItvQkSz0/gM+Vfd/bD2mg8VXDXxDGg7oaKrez3GYqR2nfjoA9EtZ24VDShZIm
	 c6IjwPDKaib+Cfyvs1zQM9+ISDjPbVRzy/G1Kwc4QfVHVN0ZLjvS5q8ePfo/GO7f3H
	 5rKSu8Ndx4xmHQLp/n56yO1azVTS490EUCK/Iy8Q=
Message-ID: <5484E1A3.2030408@marc-stuermer.de>
Date: Mon, 08 Dec 2014 00:24:19 +0100
From: =?UTF-8?B?TWFyYyBTdMO8cm1lcg==?= <mail@marc-stuermer.de>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] samba and window 7 NTFS
References: <20141204184935.GA14539@syscon7> <20141204202102.6bc7f651@digimed.co.uk> <3CA0D4CC-9BB5-4A10-B600-E79DAFFC4770@iki.fi> <201412052317.01418.michaelkintzios@gmail.com>
In-Reply-To: <201412052317.01418.michaelkintzios@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 917d6c46-1de8-4add-9b19-f0ce6636e78c
X-Archives-Hash: 3ce39073dfb1deb9a97ccc4ac28120f5

Am 06.12.2014 um 00:16 schrieb Mick:

>> Same opinoin here. The in-kernel driver is only good for reading files and
>> directories. If anything else is needed use ntfs3g.
>
> This is right, ntfs-3g is a safe way of accessing NTFS from Linux.

Actually, while there is a NTFS-kernel driver, this driver is mostly 
stable only for reading files, but not writing files.

If you need to use NTFS on a regular basis under Linux, you want to use 
the FUSE ntfs-3g. It is far more advanced and far more stable than the 
kernel driver.