Hi,
I have a Hetzner Storage Box which I use as a file storage for my Hetzner Cloud VPS (Debian 12). I'm able to mount the Storage Box on my VPS, but the exact same command on my PVE node fails.
My PVE node is a homeserver, installed with the official iso.
I've also tried the alternative command:
dmesg output (filtered):
pveversion -v:
Similarly, adding the share through the UI doesn't work either:
I've also tried temporarily disabling the firewall in my home router, but it didn't do anything.
I'm not using a subuser, and I've verified that Samba/CIFS is enabled in Hetzner Robot. Mounting works on the bare Debian VPS, afterall.
I have a Hetzner Storage Box which I use as a file storage for my Hetzner Cloud VPS (Debian 12). I'm able to mount the Storage Box on my VPS, but the exact same command on my PVE node fails.
My PVE node is a homeserver, installed with the official iso.
Code:
mount.cifs //*******.your-storagebox.de/backup /mnt/storagebox --verbose -o iocharset=utf8,rw,credentials=/etc/cifs_creds,uid=1000,gid=1000,file_mode=0660,dir_mode=0770
mount.cifs kernel mount options: ip=************,unc=\\*******.your-storagebox.de\backup,iocharset=utf8,file_mode=0660,dir_mode=0770,uid=1000,gid=1000,user=*******,pass=********
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
I've also tried the alternative command:
Code:
mount --verbose -t cifs //*******.your-storagebox.de/backup /mnt/storagebox -o iocharset=utf8,rw,credentials=/etc/cifs_creds,uid=1000,gid=1000,file_mode=0660,dir_mode=0770
mount.cifs kernel mount options: ip=************,unc=\\*******.your-storagebox.de\backup,iocharset=utf8,file_mode=0660,dir_mode=0770,uid=1000,gid=1000,user=*******,pass=********
mount error(115): Operation now in progress
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
dmesg output (filtered):
Code:
[82147.979375] CIFS: Attempting to mount //*******.your-storagebox.de/backup
[82158.330849] CIFS: VFS: Error connecting to socket. Aborting operation.
[82158.331411] CIFS: VFS: cifs_mount failed w/return code = -115
pveversion -v:
Code:
pveversion -v
proxmox-ve: 8.1.0 (running kernel: 6.5.11-8-pve)
pve-manager: 8.1.4 (running version: 8.1.4/ec5affc9e41f1d79)
proxmox-kernel-helper: 8.1.0
proxmox-kernel-6.5: 6.5.11-8
proxmox-kernel-6.5.11-8-pve-signed: 6.5.11-8
ceph-fuse: 17.2.7-pve2
corosync: 3.1.7-pve3
criu: 3.17.1-2
glusterfs-client: 10.3-5
ifupdown2: 3.2.0-1+pmx8
ksm-control-daemon: 1.4-1
libjs-extjs: 7.0.0-4
libknet1: 1.28-pve1
libproxmox-acme-perl: 1.5.0
libproxmox-backup-qemu0: 1.4.1
libproxmox-rs-perl: 0.3.3
libpve-access-control: 8.0.7
libpve-apiclient-perl: 3.3.1
libpve-common-perl: 8.1.0
libpve-guest-common-perl: 5.0.6
libpve-http-server-perl: 5.0.5
libpve-network-perl: 0.9.5
libpve-rs-perl: 0.8.8
libpve-storage-perl: 8.0.5
libspice-server1: 0.15.1-1
lvm2: 2.03.16-2
lxc-pve: 5.0.2-4
lxcfs: 5.0.3-pve4
novnc-pve: 1.4.0-3
proxmox-backup-client: 3.1.4-1
proxmox-backup-file-restore: 3.1.4-1
proxmox-kernel-helper: 8.1.0
proxmox-mail-forward: 0.2.3
proxmox-mini-journalreader: 1.4.0
proxmox-offline-mirror-helper: 0.6.4
proxmox-widget-toolkit: 4.1.3
pve-cluster: 8.0.5
pve-container: 5.0.8
pve-docs: 8.1.3
pve-edk2-firmware: 4.2023.08-3
pve-firewall: 5.0.3
pve-firmware: 3.9-1
pve-ha-manager: 4.0.3
pve-i18n: 3.2.0
pve-qemu-kvm: 8.1.5-2
pve-xtermjs: 5.3.0-3
qemu-server: 8.0.10
smartmontools: 7.3-pve1
spiceterm: 3.3.0
swtpm: 0.8.0+pve1
vncterm: 1.8.0
zfsutils-linux: 2.2.2-pve1
Similarly, adding the share through the UI doesn't work either:
I've also tried temporarily disabling the firewall in my home router, but it didn't do anything.
I'm not using a subuser, and I've verified that Samba/CIFS is enabled in Hetzner Robot. Mounting works on the bare Debian VPS, afterall.