Date: Thu, 25 May 2023 16:12:06 +0200 From: Mario Marietto <marietto2008@gmail.com> To: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted Message-ID: <CA%2B1FSigGLOST98w3SJaOJqUkeP0WGcyLM26=5%2BJwOHnaBF0vLA@mail.gmail.com> In-Reply-To: <sojcneBPaNRxc3j2f83vcYPOgU9-dArNksoCfT2zIXV8PEEME2fnQF_kBF-SG-3w5mAGEqMTMXrgs6Cd4wZo-DpBOYYnzK7igLCFljypZWY=@protonmail.com> References: <CA%2B1FSiiCFGaSqppMicFjgqsDJ3WAK990A8GvYh=2BmW1kBA_7g@mail.gmail.com> <sojcneBPaNRxc3j2f83vcYPOgU9-dArNksoCfT2zIXV8PEEME2fnQF_kBF-SG-3w5mAGEqMTMXrgs6Cd4wZo-DpBOYYnzK7igLCFljypZWY=@protonmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000b7fa0c05fc853649
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Hello to everyone.
Actually I've installed FreeBSD 14.0-CURRENT on my old PC and I'm trying to
mount the folder that I have shared on the main PC via sshfs.
This is the command that usually I give :
sshfs marietto@192.168.1.2:/mnt/zroot2/zroot2 /mnt/zroot2/zroot2
where 192.168.1.2 is the IP of the main PC (where I'm running FreeBSD
13.2-RELEASE). What happens ? that sometimes it works,sometimes not. Below
you see that today it does not work. I would like to know the reason of
this behavior,taking in consideration that I don't change anything in the
configuration from one day to another.
$ ./monta-server
mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted
The authenticity of host '192.168.1.2 (192.168.1.2)' can't be established.
ED25519 key fingerprint is SHA256:
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
(marietto@192.168.1.2) Password for marietto@marietto:
marietto@marietto:/mnt/zroot2 $ cd zroot2
marietto@marietto:/mnt/zroot2/zroot2 $ ls
nothing.
it seems the error is connected to fusefs. It may be affected by some kind
of bug ? Because on the main PC I have mounted the resource and I can see
correctly the content of the shared folder. It is a zpool storage,so I do
something like this :
# zpool import -f -R /mnt/zroot2 zroot2
# cd /mnt/zroot2/zroot2
# ls
ChatGPT Files OS bhyve
Thanks.
On Thu, May 25, 2023 at 3:51=E2=80=AFPM cglogic <cglogic@protonmail.com> wr=
ote:
> Dear Mario,
>
> The freebsd-hackers is not right place for such questions.
> Please use freebsd-questions or forums.
>
> Thank you.
> ------- Original Message -------
> On Thursday, May 25th, 2023 at 4:33 PM, Mario Marietto <
> marietto2008@gmail.com> wrote:
>
> Hello to everyone.
>
> Actually I've installed FreeBSD 14.0-CURRENT on my old PC and I'm trying
> to mount the folder that I have shared on the main PC via sshfs.
> This is the command that usually I give :
>
> sshfs marietto@192.168.1.2:/mnt/zroot2/zroot2 /mnt/zroot2/zroot2
>
>
> where 192.168.1.2 is the IP of the main PC (where I'm running FreeBSD
> 13.2-RELEASE). What happens ? that sometimes it works,sometimes not. Belo=
w
> you see that today it does not work. I would like to know the reason of
> this behavior,taking in consideration that I don't change anything in the
> configuration from one day to another.
>
>
> $ ./monta-server
> mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted
> The authenticity of host '192.168.1.2 (192.168.1.2)' can't be established=
.
> ED25519 key fingerprint is SHA256:
> This key is not known by any other names.
> Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
> (marietto@192.168.1.2) Password for marietto@marietto:
> marietto@marietto:/mnt/zroot2 $ cd zroot2
> marietto@marietto:/mnt/zroot2/zroot2 $ ls
> nothing.
>
>
> it seems the error is connected to fusefs. It may be affected by some kin=
d
> of bug ? Because on the main PC I have mounted the resource and I can see
> correctly the content of the shared folder. It is a zpool storage,so I do
> something like this :
>
> # zpool import -f -R /mnt/zroot2 zroot2
> # cd /mnt/zroot2/zroot2
> # ls
> ChatGPT Files OS bhyve
>
>
> --
> Mario.
>
>
>
--=20
Mario.
--000000000000b7fa0c05fc853649
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">Hello to everyone.<br>
<br><div>
Actually I've installed FreeBSD 14.0-CURRENT on my old PC and I'm t=
rying
to mount the folder that I have shared on the main PC via sshfs. <br></div=
><div>This=20
is the command that usually I give :</div>
<br>
=09
=09
<div>
=09
<div dir=3D"ltr">
<pre dir=3D"ltr"><code style=3D"font-family:times new roman,serif">sshfs =
marietto@192.168.1.2:/mnt/zroot2/zroot2 /mnt/zroot2/zroot2</code></pre>
</div>
</div><br>
where 192.168.1.2 is the IP of the main PC (where I'm running FreeBSD=
=20
13.2-RELEASE). What happens ? that sometimes it works,sometimes not.=20
Below you see that today it does not work. I would like to know the=20
reason of this behavior,taking in consideration that I don't change=20
anything in the configuration from one day to another.<br>
=09
=09
<div>
<div><font size=3D"2"><br></font></div>
<div dir=3D"ltr">
<pre dir=3D"ltr"><font size=3D"2"><code><span style=3D"font-family:times =
new roman,serif">$ ./monta-server
mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted
The authenticity of host '192.168.1.2 (192.168.1.2)' can't be e=
stablished.
ED25519 key fingerprint is SHA256:
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
(<a href=3D"mailto:marietto@192.168.1.2" target=3D"_blank">marietto@192.168=
.1.2</a>) Password for marietto@marietto:
marietto@marietto:/mnt/zroot2 $ cd zroot2
marietto@marietto:/mnt/zroot2/zroot2 $ ls
nothing.</span></code></font></pre>
</div>
</div><br>
it seems the error is connected to fusefs. It may be affected by some=20
kind of bug ? Because on the main PC I have mounted the resource and I=20
can see correctly the content of the shared folder. It is a zpool=20
storage,so I do something like this :<br>
<br>
=09
=09
<div>
<div></div>
<div dir=3D"ltr">
<pre dir=3D"ltr"><code style=3D"font-family:times new roman,serif"># zpoo=
l import -f -R /mnt/zroot2 zroot2
# cd /mnt/zroot2/zroot2
# ls
ChatGPT Files OS bhyve<br><br></code></pre><pre><code style=3D"font-=
family:times new roman,serif">Thanks.<br></code></pre>
</div>
</div></div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_=
attr">On Thu, May 25, 2023 at 3:51=E2=80=AFPM cglogic <<a href=3D"mailto=
:cglogic@protonmail.com">cglogic@protonmail.com</a>> wrote:<br></div><bl=
ockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-lef=
t:1px solid rgb(204,204,204);padding-left:1ex"><div style=3D"font-family:Ar=
ial,sans-serif;font-size:14px">Dear Mario,</div><div style=3D"font-family:A=
rial,sans-serif;font-size:14px"><br></div><div style=3D"font-family:Arial,s=
ans-serif;font-size:14px">The freebsd-hackers is not right place for such q=
uestions.</div><div style=3D"font-family:Arial,sans-serif;font-size:14px">P=
lease use=C2=A0<span>freebsd-questions or forums.</span></div><div style=3D=
"font-family:Arial,sans-serif;font-size:14px"><span><br></span></div><div s=
tyle=3D"font-family:Arial,sans-serif;font-size:14px"><span>Thank you.</span=
></div><div>
------- Original Message -------<br>
On Thursday, May 25th, 2023 at 4:33 PM, Mario Marietto <<a href=
=3D"mailto:marietto2008@gmail.com" target=3D"_blank">marietto2008@gmail.com=
</a>> wrote:<br><br>
<blockquote type=3D"cite">
<div dir=3D"ltr">Hello to everyone.<br>
<br><div>
Actually I've installed FreeBSD 14.0-CURRENT on my old PC and I'm t=
rying
to mount the folder that I have shared on the main PC via sshfs. <br></div=
><div>This
is the command that usually I give :</div>
<br>
<div>
<div dir=3D"ltr">
<pre dir=3D"ltr"><code style=3D"font-family:times new roman,serif">sshfs =
marietto@192.168.1.2:/mnt/zroot2/zroot2 /mnt/zroot2/zroot2</code></pre>
</div>
</div><br>
where 192.168.1.2 is the IP of the main PC (where I'm running FreeBSD
13.2-RELEASE). What happens ? that sometimes it works,sometimes not.
Below you see that today it does not work. I would like to know the
reason of this behavior,taking in consideration that I don't change
anything in the configuration from one day to another.<br>
<br>
<div>
<div><font size=3D"2"><br></font></div>
<div dir=3D"ltr">
<pre dir=3D"ltr"><font size=3D"2"><code><span style=3D"font-family:times =
new roman,serif">$ ./monta-server
mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted
The authenticity of host '192.168.1.2 (192.168.1.2)' can't be e=
stablished.
ED25519 key fingerprint is SHA256:
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
(<a href=3D"mailto:marietto@192.168.1.2" rel=3D"noreferrer nofollow noopene=
r" target=3D"_blank">marietto@192.168.1.2</a>) Password for marietto@mariet=
to:
marietto@marietto:/mnt/zroot2 $ cd zroot2
marietto@marietto:/mnt/zroot2/zroot2 $ ls
nothing.</span></code></font></pre>
</div>
</div><br>
it seems the error is connected to fusefs. It may be affected by some
kind of bug ? Because on the main PC I have mounted the resource and I
can see correctly the content of the shared folder. It is a zpool
storage,so I do something like this :<br>
<br>
<div>
<div></div>
<div dir=3D"ltr">
<pre dir=3D"ltr"><code style=3D"font-family:times new roman,serif"># zpoo=
l import -f -R /mnt/zroot2 zroot2
# cd /mnt/zroot2/zroot2
# ls
ChatGPT Files OS bhyve</code></pre>
</div>
</div><br><div><span>-- </span></div><div dir=3D"ltr">Mario.<br></div></div=
>
</blockquote><br>
</div></blockquote></div><br clear=3D"all"><br><span class=3D"gmail_sig=
nature_prefix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature">Mar=
io.<br></div>
--000000000000b7fa0c05fc853649--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B1FSigGLOST98w3SJaOJqUkeP0WGcyLM26=5%2BJwOHnaBF0vLA>
