Hi, while adding CIFS share on HA 2024.10.4 I get the following error
and dmesg shows:
[722315.655372] CIFS: Attempting to mount \10.0.2.5\Titan-Shared
[722315.655388] CIFS: VFS: No username specified
while username was specified.
Instead, if I mount the same Share from shell mount happens correctly:
root@home-assistant:~# sudo mount -t cifs //10.0.2.5/Titan-Shared /mnt/tmp -o username=ttrabatt -o password=*******
root@home-assistant:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 4041616 0 4041616 0% /dev
tmpfs 813128 1508 811620 1% /run
/dev/mapper/home–assistant–vg-root 5965960 3266652 2375316 58% /
tmpfs 4065632 0 4065632 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 4096 0 4096 0% /sys/fs/cgroup
/dev/mapper/home–assistant–vg-tmp 442460 16 414182 1% /tmp
//10.0.2.5/Titan-Shared 2285070720 812256384 1472814336 36% /mnt/tmp
root@home-assistant:~#
Any hints on missing something
Many Thanks in advance
BR, Tiziano