Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2021 09:19:21 -0400
From:      Vlad Markov <dvoich@optonline.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Can non-root user create/start services?
Message-ID:  <20210517091921.7bcbba9fa9e74266170acf37@optonline.net>
In-Reply-To: <slrnsa2mvj.1k8m.SPAM_TRAP_gmane@vps.jonz.net>
References:  <CAEz5-SzuQfELFA2Mw9yzqWLFYvRezw=0jMH9XX2G_ZzCd5QRqg@mail.gmail.com> <slrnsa2mvj.1k8m.SPAM_TRAP_gmane@vps.jonz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 May 2021 17:52:51 -0000 (UTC)
Jonesy via freebsd-questions <freebsd-questions@freebsd.org> wrote:

> On Sat, 15 May 2021 18:24:19 -0700, K Lu wrote:
> > As subject asks. The scenario is that I want to mount a cloud storage fuse
> > using rclone[1]. But this only makes sense at user level, not system wide.
> >
> > If I cannot then what would be the suggestion?
> 
>   sshfs -p 22 -- userid@example.net:/home/userid/ $HOME/-mount-point-/
> 
> ... using public/private key for login.
> 
> Later, to unmount:
> 
>   fusermount -u $HOME/-mount-point-/
> 
I use smbnetfs which is a fuse mount as a regular user.

MOUNT_CMD="/usr/local/bin/smbnetfs"
MOUNT_PT="/home/vlad/share"

I followed the directions in the handbook to make this happen.

Its possible your situation is equivalent.


-- 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210517091921.7bcbba9fa9e74266170acf37>