CIFS: Resource temporarily unavailable

So I decided to migrate to Scale.

My desktop and VMs can see the shares, but I get that message when trying to look and the mounted shared:

df: /mnt/music: Resource temporarily unavailable
Filesystem      1K-blocks       Used  Available Use% Mounted on
tmpfs             2446140       3244    2442896   1% /run
/dev/sda3      1921215312   66540160 1757009420   4% /
tmpfs            12230680         32   12230648   1% /dev/shm
tmpfs                5120          4       5116   1% /run/lock
/dev/sda2          524252       6220     518032   2% /boot/efi
/dev/sdb       7751273220 2367854072 4992701436  33% /mnt/toshiba
tmpfs             2446136        124    2446012   1% /run/user/1000

I can see the shares from the client fine:

smbclient -L //10.10.10.220 -U mello
Password for [WORKGROUP\mello]:

	Sharename       Type      Comment
	---------       ----      -------
	IPC$            IPC       IPC Service (FreeNAS Server)
	music           Disk      
	imagens         Disk      
	mello           Disk      
	repository      Disk      
	videos          Disk      
SMB1 disabled -- no workgroup available

and I’m mounting as I always did with Core and also Synology with this in my fstab:

//10.10.10.220/music      /mnt/music     cifs vers=3.0,user,uid=1000,rw,suid,noserverino,credentials=/root/.servercred 0 0
 

Going into the mounting point I can see all files and are accessible, so it is not impacting in any shape or form, just don’t like to see those messages.

Cheers!

It seems this is a problem with ubuntu and any distro using it … will try with other flavors to see.

https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2060797

Good catch. FWIW, using the pre-release of Ubuntu 24.04 here and it seems to be working just fine with CIFS mounts.