From owner-freebsd-questions@freebsd.org Wed Sep 9 18:47:40 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 560903D84CE for ; Wed, 9 Sep 2020 18:47:40 +0000 (UTC) (envelope-from ipluta@wp.pl) Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BmrcC2C0mz4bxM for ; Wed, 9 Sep 2020 18:47:39 +0000 (UTC) (envelope-from ipluta@wp.pl) Received: (wp-smtpd smtp.wp.pl 26895 invoked from network); 9 Sep 2020 20:47:35 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1599677255; bh=CsxOU6VeyDfE/ZlIldMP/JC5P29P0QG1fTdHeGgU81A=; h=Subject:To:From; b=AqwoZoUwkYJjasKvBFyLTglyepuWVwuSApYIxzLtfGGHqLxDusueZ64wmlWrdb0pO YShwAfwnppegLwsbpzcw3ntyMk+WbvasHoS2VZSE3otYKD0OnhvMTAbw/Fg0rhXRYn nqYJ3JRKnpvVoExvZqV5QqI43rosd70ITWl9r7MY= Received: from cqs36.neoplus.adsl.tpnet.pl (HELO [10.0.0.98]) (ipluta@wp.pl@[83.31.250.36]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 9 Sep 2020 20:47:35 +0200 Subject: Re: mounting a windows 10 drive To: Aryeh Friedman , FreeBSD Mailing List References: From: "Ireneusz Pluta/wp.pl" Message-ID: <22da6dc2-2592-d809-6ad4-9c6703f71c55@wp.pl> Date: Wed, 9 Sep 2020 20:47:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: pl X-WP-MailID: fee4623f57240fe93d8808377b2304d0 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000A [QZN0] X-Rspamd-Queue-Id: 4BmrcC2C0mz4bxM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=wp.pl header.s=1024a header.b=AqwoZoUw; dmarc=pass (policy=none) header.from=wp.pl; spf=pass (mx1.freebsd.org: domain of ipluta@wp.pl designates 212.77.101.12 as permitted sender) smtp.mailfrom=ipluta@wp.pl X-Spamd-Result: default: False [-4.31 / 15.00]; FREEMAIL_FROM(0.00)[wp.pl]; R_SPF_ALLOW(-0.20)[+ip4:212.77.96.0/19]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[wp.pl:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[wp.pl,none]; NEURAL_HAM_SHORT(-1.30)[-1.299]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[wp.pl]; ASN(0.00)[asn:12827, ipnet:212.77.101.0/24, country:PL]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[wp.pl:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.023]; R_DKIM_ALLOW(-0.20)[wp.pl:s=1024a]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.987]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[212.77.101.12:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.77.101.12:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2020 18:47:40 -0000 W dniu 2020-09-09 o 20:17, Aryeh Friedman pisze: > I tried sysutils/fuse-ntfs to no avail. > Ideas? per man ntfs-3g: NTFS-3G(8)              FreeBSD System Manager's Manual             NTFS-3G(8) NAME        ntfs-3g - Third Generation Read/Write NTFS Driver SYNOPSIS        ntfs-3g [-o option[,...]] volume mount_point        mount -t ntfs-3g [-o option[,...]] volume mount_point        lowntfs-3g [-o option[,...]] volume mount_point        mount -t lowntfs-3g [-o option[,...]] volume mount_point [...] did you try: mount -t ntfs-3g /dev/ada0p4 /mnt ?