From nobody Sun May 14 08:11:31 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4QJwFj2mrFz4BQK9 for ; Sun, 14 May 2023 08:11:53 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from h1.out2.mxs.au (h1.out2.mxs.au [110.232.143.236]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QJwFg3VRbz3jyL for ; Sun, 14 May 2023 08:11:51 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Authentication-Results: mx1.freebsd.org; none Received: from s121.syd3.hostingplatform.net.au (s121.syd3.hostingplatform.net.au [103.27.34.4]) by out2.mxs.au (Halon) with ESMTPS id f2ec5d18-f22e-11ed-b662-00163c1ebd60; Sun, 14 May 2023 18:11:37 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nimnet.asn.au; s=default; h=Message-ID:From:CC:To:Subject: Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To: Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=kav9F+BuQ8G+JzUFnaxqN9pZRHhu6S3s0FdWMDy25y0=; b=OGZcibn79m3XvwKzb6SxIaW3Wm tEjWhFuyNfY79WO5UfVNB5UY9KS+4N+anPovCuJUlr53MPAI6G0Y+wuzCxzlMI0vsT25XEEkpb7XE szODUHRMrslo1xfhWJfj4RX/W76Jy1ZkFQUGsd/L6YclhKB0eEbXidR6zbcTZ6DzZdfyhdDpxdrzW XfuKG07JSZhEPxIk1dJkei/tM5woDUUfmjj+1Sxa44W03NuhvbKuRzlgTL5lptaKhokx2dOokRQFu iC6O9G6boXCxIhOLYrcuK7EZRnKuTRR0CGllw+zeKU6SSVMtPrD/sdMqmoDdaz1gXLVGOv4tCrs3e qLby9Edw==; Received: from [1.144.245.83] (port=44064 helo=Galaxy-J5-Pro) by s121.syd3.hostingplatform.net.au with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.96) (envelope-from ) id 1py6pN-002CKO-17; Sun, 14 May 2023 18:11:37 +1000 Date: Sun, 14 May 2023 18:11:31 +1000 User-Agent: K-9 Mail for Android In-Reply-To: <20230513122619.5d973568@happy.dwarf7.net> References: <20230513122619.5d973568@happy.dwarf7.net> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: user cannot mount using ntfs-3g To: Vlad Markov CC: questions@freebsd.org From: Ian Smith Message-ID: X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - s121.syd3.hostingplatform.net.au X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nimnet.asn.au X-Get-Message-Sender-Via: s121.syd3.hostingplatform.net.au: authenticated_id: smithi@nimnet.asn.au X-Authenticated-Sender: s121.syd3.hostingplatform.net.au: smithi@nimnet.asn.au X-Source: X-Source-Args: X-Source-Dir: X-Rspamd-Queue-Id: 4QJwFg3VRbz3jyL X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:45638, ipnet:110.232.140.0/22, country:AU] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 14 May 2023 2:26:19 am AEST, Vlad Markov wrote: [=2E=2E=2E] > Now I am stuck with this: >=20 > ntfs-3g -o 'uid=3D1001,gid=3D1001' /dev/da0p1 /home/vlad/dos > mount_fusefs: /dev/fuse on /usr/home/vlad/dos: Operation not > permitted >=20 > pertinent info: >=20 > ls -l /dev/fuse > crw-rw-rw- 1 root operator 0x5c May 13 12:01 /dev/fuse >=20 > ls -ld /usr/home/vlad/dos > drwxrwxrwx 2 vlad vlad 512 Feb 18 2019 /usr/home/vlad/dos Apparently you have a symlink /home -> /usr/home ; please show that also= =2E Does that ntfs-3g mount command work any differently if you directly speci= fy /usr/home/vlad/dos instead of /home/vlad/dos ? Yes we know that it shouldn't, but =2E=2E=2E cheers, Ian