Hi,
I bought the BX11 Storage Box offering from Hetzner and also do have a dedicated server with Proxmox (v8.0.3) installed on it.
Network etc. works, but I stuck in adding the BX11 to my Proxmox setup.
Current status:
- A directory on BX11 at "/home/backups/myproxmox" has been created
- BX11 is configured with a sub user and "/home/backups/myproxmox" is selected as base dir
I can login via ssh
Trying to add it to my Proxmox setup fails on the GUI as well as when I try to do in on the console:
I used following data:
ID: mystorgebox
Server: u12345.your-storagebox.de
Username: u12345-sub1
Password: <PW>
Share: backup
Nodes: my single node I use
Enable: yes
Content: Disk Image (additional will be added after successfull config)
Domain: empty
Subdirectory: /home/backups/myproxmox
On the Gui I get following message:
on the console I get this one:
Kernerlog isn't really helpful either
Trying out various combinations didn' helped either.
Am I missing something? Any help is much appreaciated.
I bought the BX11 Storage Box offering from Hetzner and also do have a dedicated server with Proxmox (v8.0.3) installed on it.
Network etc. works, but I stuck in adding the BX11 to my Proxmox setup.
Current status:
- A directory on BX11 at "/home/backups/myproxmox" has been created
- BX11 is configured with a sub user and "/home/backups/myproxmox" is selected as base dir
I can login via ssh
Bash:
ssh ssh://u12345-sub1@u12345.your-storagebox.de:23
u12345-sub1@u12345.your-storagebox.de's password:
Trying to add it to my Proxmox setup fails on the GUI as well as when I try to do in on the console:
I used following data:
ID: mystorgebox
Server: u12345.your-storagebox.de
Username: u12345-sub1
Password: <PW>
Share: backup
Nodes: my single node I use
Enable: yes
Content: Disk Image (additional will be added after successfull config)
Domain: empty
Subdirectory: /home/backups/myproxmox
On the Gui I get following message:
Code:
create storage failed: mount error: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) (500)
on the console I get this one:
Bash:
mount.cifs -o user=u12345-sub1,pass=<PW> //u12345.your-storagebox.de/backup /home
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Kernerlog isn't really helpful either
Code:
CIFS: VFS: cifs_mount failed w/return code = -2
Trying out various combinations didn' helped either.
Am I missing something? Any help is much appreaciated.