I am trying to mount a Windows 11 share on Ubuntu Linux, version 24.04, both desktop and server edition, with no success. I tried the following command:
mount -t cifs -o user=ghest,password= //host/share mountingPoint
The exact same command works perfectly on Ubuntu 22.04 desktop. What am I missing? I realize that these versions are very new and maybe buggy, but peharps I missing something obvious.