Unable to mount /backups folder (Cifs)
Solved
Support
-
@jdaviescoates that is very specific
-
@ccfu
First of all, let's try to reproduce my working configuration:On Hetzner:
- Create a subfolder in root Hetzner Box Folder
- Create a Hetzner Box Sub User (eg. sub1)
- Assign Sub User to created subfolder
- Enable Samba to Sub1 user
On Cloudron instance:
- create /backups_cifs dir
Then, add this row in etc/fstab:
//u123456-sub1.your-storagebox.de/u123456-sub1 /backups_cifs cifs uid=yellowtent,gid=yellowtent,user=u123456-sub1,pass=PASSWORD,iocharset=utf8,x-systemd.automount 0 0
Where:
u123456 is the Hetzner Box ID
sub1 is the sub user name
PASSWORD is Hetzner Box given password -
@p44 I'd recommend trying the instructions and mount code provided by Hetzner:
https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/
That's what I did and it's been working fine.
-
@jdaviescoates @p44
Many thanks. I'll look at this again later today and report back. -
@jdaviescoates Thank's, I pasted my current working configuration