From owner-freebsd-questions@freebsd.org Mon Dec 5 12:07:28 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 B9FDBC6897A for ; Mon, 5 Dec 2016 12:07:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wj0-x241.google.com (mail-wj0-x241.google.com [IPv6:2a00:1450:400c:c01::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 615961FCB for ; Mon, 5 Dec 2016 12:07:28 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wj0-x241.google.com with SMTP id xy5so38952248wjc.1 for ; Mon, 05 Dec 2016 04:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=C52I1znKlgzedFg6wUXPK+daMuAmno9Payl05baPTUQ=; b=VBM5Ryp3FnT9YNXxfpJPlrQrxyGOw4q+5DysjN5cWo9DBBv+ykuXALc23dGbGBcV9y jvlLpQcbVcMPGAYJkm0Q0UnKgDswi/DWJwK78Gubihi7Dqk2+MP9GqFRyDUGnFYAuzCv UYq/CJw/Z2E7wV50bra3OmRRHKIrKNnDI+vsSerQmIhDk/8Lyyq+b2Ns2AdTaQGM0IzC Gjr0+oJkgO4QMQ5NClwByZQBOi5e2QjOIDqHrbX+pnBzRL32h2ry3YDE6H2CoaTmScFW pB34AkNqR6ggbh17XP/KYBonAXlZ/4ldxdlGsGTAE0/LlrpnFUdl/VT8CeX0Ehl7u2Pl AX9Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=C52I1znKlgzedFg6wUXPK+daMuAmno9Payl05baPTUQ=; b=TCe0dWa72X0Iu881VOBz9641cfSRb1p+faM4ls/pGSBt6YtjiZ6H1weDo/mH0TrooT aXncxKPK74+MlyNwmqNTbzJbkjbUTNsi/KbPvk1ePZIwxEyT1p/M9ocSpZIUnxj17KvA ScSqC5unXrABecPrAC9LdBaDPNwGvCScdhB1xdKk3TboaOjLejmAyxr1RlItGlV2AxOS 4vV9n75chzs2lHcBu8sq/1jc/UN9vml9QyzZQzoSZVmLcBL665Ayj0dQmk+5r2zwlTRC SLmliGjCx5zxz/ifwbe4DpYLftBRpKRR23l8QfxWAkGf9HKq0QO3H+Dg0QiBRq7lMjwu iAcw== X-Gm-Message-State: AKaTC0225yOL7NulpdAuLaiBhoLYvhPFriDf4mxHtB6Tb+3aeTTBThpnDTF4d7O7818XeQ== X-Received: by 10.194.22.41 with SMTP id a9mr30143143wjf.30.1480939645531; Mon, 05 Dec 2016 04:07:25 -0800 (PST) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id z6sm20066130wjt.24.2016.12.05.04.07.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 05 Dec 2016 04:07:23 -0800 (PST) Date: Mon, 5 Dec 2016 12:07:20 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: Mounting ntfs filesystem Message-ID: <20161205120720.085dd844@gumby.homeunix.com> In-Reply-To: <20161205091533.d01e61e2.freebsd@edvax.de> References: <441e2ea8-1716-aae7-523f-a1db74cc4f4a@columbus.rr.com> <20161205091533.d01e61e2.freebsd@edvax.de> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: Mon, 05 Dec 2016 12:07:28 -0000 On Mon, 5 Dec 2016 09:15:33 +0100 Polytropon wrote: # ntfs-3g /dev/da0s1 /mnt > > The FUSE NTFS mount is more functional than the classic mount_ntfs > which was more or less a "read-only mounter". I have had a long-standing problem with fuse ntfs where adding or deleting files updates the timestamps on other files in same directory. There is a bug report I think.