#nilse 7931 With what method are you
1 messages · Page 1 of 1 (latest)
I use alexbelgiums addons, they should all use this script for mounting: https://github.com/alexbelgium/hassio-addons/blob/master/.templates/00-smb_mounts.sh
mount -t cifs -o "rw,file_mode=0775,dir_mode=0775,username=$CIFS_USERNAME,password=${CIFS_PASSWORD},nobrl$SMBVERS$SECVERS$PUIDPGID$CHARSET$DOMAINVAR" "$disk" /mnt/"$diskname" 2>/dev/null
interestingly, it tries different smb versions and other things when failing the first time
OH YEAH, it crashes so fast as soon as I start one of the addons with SMB
will create an issue at the addon repo