From nobody Mon May 18 15:23:53 2026 X-Original-To: freebsd-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 4gK1ms2MGBz6fWV2 for ; Mon, 18 May 2026 15:24:13 +0000 (UTC) (envelope-from luke@lukerufkahr.com) Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [IPv6:2a0c:5a00:149::26]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4gK1ms0fs0z3kPx for ; Mon, 18 May 2026 15:24:13 +0000 (UTC) (envelope-from luke@lukerufkahr.com) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1wOzpD-00ENRt-3o; Mon, 18 May 2026 17:24:11 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lukerufkahr.com; s=selector1; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=1jXBQRBN9MrlBsqP9A2c5AQmFz6aEzR2ctN9J6dmFY4=; b=G7tBIjDAUgtYz9lzk62d87K3LX kJtVqlur5dyoQeqmkZb71l2C2KSEHwmSpUHefD40XPVTfH3lRrzpOAL7a7ybllqNc8nvDQCexikYm bAb5bh+ZdF1odXxZKfSaUfh0NLP1QQEPu6/jaskViJoBOAjOE7LB/0a1/+ZTBaAiF9ymPlQOpOtu5 r0sOcM4Bc4mi/zSZbUoUu3pZZ+M8PTEjNex2YisGSddOW6NSyenPCMz0cYHDgL+sVkrVNPHvm5Cso 315NFeBgehlMpBCo6mLtFHxRlAcNRXe7XWoh+s8edcbp+h6bjXDatpAO0BLFH9eIkEXKghEJkCwzY mHS5w5fQ==; Received: from [10.9.9.72] (helo=submission01.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1wOzp7-0004qb-Rr; Mon, 18 May 2026 17:24:05 +0200 Received: by submission01.runbox with esmtpsa [Authenticated ID (1452883)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.95) id 1wOzoy-00AdSd-Mu; Mon, 18 May 2026 17:23:57 +0200 Date: Mon, 18 May 2026 10:23:53 -0500 From: Lucas Rufkahr To: "Mathias M." Cc: freebsd-questions@freebsd.org Subject: Re: Mounting SMBv2 Share Message-ID: <20260518102353.157cb676@freebsd.vlg.garynet.org> In-Reply-To: References: <20260518100420.2c51b007@freebsd.vlg.garynet.org> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; amd64-portbld-freebsd15.0) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Rspamd-Queue-Id: 4gK1ms0fs0z3kPx X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated On Mon, 18 May 2026 17:20:03 +0200 "Mathias M." wrote: > On Mon, May 18, 2026 at 10:04:20AM -0500, Lucas Rufkahr wrote: > > I am pulling my hair out trying to figure out how to mount this > > share to a folder I can view in my terminal. > > > > So far I've tried using the gio command. I want to use gio and GVFS > > because its what Thunar uses. > > > > I can get it to "mount" but its not making a folder anywhere and its > > only visible within Thunar. > > > > Don't worry. If it is visible in Thunar, it's mounted. > It's probably somewhere under $XDG_RUNTIME_DIR/gvfs > > Regards, > Mathias I insist, its not making the folder as you can see from the output of mount and also: $ cd $XDG_RUNTIME_DIR/gvfs cd: /var/run/user/1001/gvfs: No such file or directory $