Heyho I have a problem.
I have a StorageBox from Hetzner and wanted to use it as a Datastore for my PBS. I mounted it via SSHFS with following entry in
Then I tried to mount it in PBS but i get this error:
I already tried to change the folder permissions from the StorageBox user to
I can normally write to the mount and delete with root and permissions are set to 766.
Do I miss something? Or is SSHFS not compatible?
I have a StorageBox from Hetzner and wanted to use it as a Datastore for my PBS. I mounted it via SSHFS with following entry in
/etc/fstab
:
Bash:
uXXXXXX@uXXXXXX.your-storagebox.de:~/ /mnt/storagebox fuse.sshfs noauto,x-systemd.automount,_netdev,reconnect,identityfile=/root/.ssh/id_rsa,allow_other,default_permissions,uid=0,gid=0 0 0
EACCES: Permission denied
I already tried to change the folder permissions from the StorageBox user to
backup
and to root
as you can see right now but both gives me the permission error.I can normally write to the mount and delete with root and permissions are set to 766.
Do I miss something? Or is SSHFS not compatible?
Last edited: