From owner-freebsd-stable@freebsd.org Mon Jan 25 12:14:19 2016 Return-Path: Delivered-To: freebsd-stable@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 D9FF47202 for ; Mon, 25 Jan 2016 12:14:19 +0000 (UTC) (envelope-from astralnysledz@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BD1E2188 for ; Mon, 25 Jan 2016 12:14:19 +0000 (UTC) (envelope-from astralnysledz@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BA7787201; Mon, 25 Jan 2016 12:14:19 +0000 (UTC) Delivered-To: stable@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 B938D7200 for ; Mon, 25 Jan 2016 12:14:19 +0000 (UTC) (envelope-from astralnysledz@gmail.com) Received: from mail-qg0-x235.google.com (mail-qg0-x235.google.com [IPv6:2607:f8b0:400d:c04::235]) (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 7B942187 for ; Mon, 25 Jan 2016 12:14:19 +0000 (UTC) (envelope-from astralnysledz@gmail.com) Received: by mail-qg0-x235.google.com with SMTP id o11so106340489qge.2 for ; Mon, 25 Jan 2016 04:14:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Y7cUY79xZ0+xuaVFTfmgdimSScmlflPsV8Yjj788bwI=; b=fXsky2bTRDlckHgFh8delXSQp6F4KMeJrtO/Uv6r5VFolyaV3XnaOKpeYlcRDRayIh mr+7eVA1f6u/yMbQqumfcSmtJZQOFk2Y+49heEajSH3RzGUfKCboq40S6JTm5/HFtV+1 7rGwQY1lpGAQgGdVdrfAe50MXNZz/esqfH9oVHDnCrKCEcYcsdrUZjzXRIJfOhqKgL9u ixC+Ze7Q7sJjsKnCNqJDGMhXTmdJuIJXAooyNtpuuHFe2CRozCsQxLid5u1FP0qy26ca x/W7pDOmY0UXtYy3D1yhTzcO5GRMzGwaSl2XIbc1hbQMW7PUSvEzfdNJwJcfFcjI20jf YPLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=Y7cUY79xZ0+xuaVFTfmgdimSScmlflPsV8Yjj788bwI=; b=ZQJB4Y3wyWjwhmptBIgiaGVkDo/vcaL+s4k9yC34xV3IYJJISboQmwmRqfDsSVqdOv C4W+ituFHrJVMcVQ7o9oTUNXCLsbIDdx5fLC8hZNfyRhu4YAmh5WNrt2X0SCDC5TURnU QiCd16eHY8SBHaBGGphTT5Gr2ir8w9YJCgtQs5YQAt4YhS9sWkKr9FFbL3ysaVVG3aU6 koK7YHpSTcChimQ83ry9LBRypWbtDP2XhnwkDpoi2iA1wq8WawdKx7REg7CIGNC/fOjk U/DEFcNHHdN0DUSbhbbkPzrHs7scP9ID57KuClIML4OH4jOkDr4dc53c99rhrC0AO1ph 4t2g== X-Gm-Message-State: AG10YOR/E165CecBbME9IrDFGNl+RN5+Tlx3xL+esIrHC2xwC3QS1mIqNldh15IEpPzK2JerMhTqMfff3jBUtA== MIME-Version: 1.0 X-Received: by 10.140.166.198 with SMTP id m189mr20481786qhm.35.1453724058644; Mon, 25 Jan 2016 04:14:18 -0800 (PST) Sender: astralnysledz@gmail.com Received: by 10.55.46.71 with HTTP; Mon, 25 Jan 2016 04:14:18 -0800 (PST) Date: Mon, 25 Jan 2016 13:14:18 +0100 X-Google-Sender-Auth: mqNJRpnEZJFx_lR2PL8ZT7-m-jQ Message-ID: Subject: RE: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD From: Andrzej Bylicki To: stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2016 12:14:20 -0000 Hello, I mounted all of my NTFS formatted drives via fuse from the sysutils/fusefs-ntfs port. I am not entirely sure, but assuming that it is possible to automate the mounting procedure by adding the correct line to /etc/fstab. Hope this helps :). Best regards, Andy