I installed sshfs with commands:
dpkg --force-all -i /root/libc6_2.36-9_amd64.deb
dpkg --force-all -i /root/sshfs_3.7.1+repack-2_amd64.deb
dpkg --force-all -i /root/sshfs_3.7.3-1.1_amd64.deb
Unfortunately, I do not have a chance to install sshf online. I have to install from package. The proxmox version I'm using is 7.4-3
I make sshfs connection with the following command:
sshfs -p 22000 -o allow_other,default_permissions,IdentityFile=/client pro@192.168.1.100:/home/pro/test/ /mnt/test/
but I am getting the following error:
sshfs: symbol lookup error: sshfs: undefined symbol: fuse_new_31, version FUSE_3.1
why could it be? Anyone have an idea what can I do?
dpkg --force-all -i /root/libc6_2.36-9_amd64.deb
dpkg --force-all -i /root/sshfs_3.7.1+repack-2_amd64.deb
dpkg --force-all -i /root/sshfs_3.7.3-1.1_amd64.deb
Unfortunately, I do not have a chance to install sshf online. I have to install from package. The proxmox version I'm using is 7.4-3
I make sshfs connection with the following command:
sshfs -p 22000 -o allow_other,default_permissions,IdentityFile=/client pro@192.168.1.100:/home/pro/test/ /mnt/test/
but I am getting the following error:
sshfs: symbol lookup error: sshfs: undefined symbol: fuse_new_31, version FUSE_3.1
why could it be? Anyone have an idea what can I do?
Attachments
Last edited: