Re: mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted
- In reply to: Mario Marietto : "mount_fusefs: /dev/fuse on /mnt/zroot2/zroot2: Operation not permitted"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 May 2023 13:51:22 UTC
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.