Date: Thu, 25 May 2023 13:51:22 +0000 From: cglogic <cglogic@protonmail.com> To: Mario Marietto <marietto2008@gmail.com> Cc: freebsd-hackers <freebsd-hackers@freebsd.org> Subject: Re: mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted Message-ID: <sojcneBPaNRxc3j2f83vcYPOgU9-dArNksoCfT2zIXV8PEEME2fnQF_kBF-SG-3w5mAGEqMTMXrgs6Cd4wZo-DpBOYYnzK7igLCFljypZWY=@protonmail.com> In-Reply-To: <CA%2B1FSiiCFGaSqppMicFjgqsDJ3WAK990A8GvYh=2BmW1kBA_7g@mail.gmail.com> References: <CA%2B1FSiiCFGaSqppMicFjgqsDJ3WAK990A8GvYh=2BmW1kBA_7g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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. 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
>
> --
> Mario.
[-- Attachment #2 --]
<div style="font-family: Arial, sans-serif; font-size: 14px;">Dear Mario,</div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">The freebsd-hackers is not right place for such questions.</div><div style="font-family: Arial, sans-serif; font-size: 14px;">Please use <span>freebsd-questions or forums.</span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span><br></span></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><span>Thank you.</span></div><div class="protonmail_quote">
------- Original Message -------<br>
On Thursday, May 25th, 2023 at 4:33 PM, Mario Marietto <marietto2008@gmail.com> wrote:<br><br>
<blockquote class="protonmail_quote" type="cite">
<div dir="ltr">Hello to everyone.<br>
<br><div>
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. <br></div><div>This
is the command that usually I give :</div>
<br>
<div class="gmail-bbCodeBlock gmail-bbCodeBlock--screenLimited gmail-bbCodeBlock--code">
<div dir="ltr" class="gmail-bbCodeBlock-content">
<pre dir="ltr" class="gmail-bbCodeCode"><code style="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 class="gmail-bbCodeBlock gmail-bbCodeBlock--screenLimited gmail-bbCodeBlock--code">
<div class="gmail-bbCodeBlock-title"><font size="2"><br></font></div>
<div dir="ltr" class="gmail-bbCodeBlock-content">
<pre dir="ltr" class="gmail-bbCodeCode"><font size="2"><code><span style="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 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
(<a href="mailto:marietto@192.168.1.2" rel="noreferrer nofollow noopener" target="_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
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 class="gmail-bbCodeBlock gmail-bbCodeBlock--screenLimited gmail-bbCodeBlock--code">
<div class="gmail-bbCodeBlock-title"></div>
<div dir="ltr" class="gmail-bbCodeBlock-content">
<pre dir="ltr" class="gmail-bbCodeCode"><code style="font-family:times new roman,serif"># zpool import -f -R /mnt/zroot2 zroot2
# cd /mnt/zroot2/zroot2
# ls
ChatGPT Files OS bhyve</code></pre>
</div>
</div><br><div><span class="gmail_signature_prefix">-- </span></div><div data-smartmail="gmail_signature" class="gmail_signature" dir="ltr">Mario.<br></div></div>
</blockquote><br>
</div>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sojcneBPaNRxc3j2f83vcYPOgU9-dArNksoCfT2zIXV8PEEME2fnQF_kBF-SG-3w5mAGEqMTMXrgs6Cd4wZo-DpBOYYnzK7igLCFljypZWY=>
