Displaying 1 result from an estimated 1 matches for "fedora_f19".
Did you mean:
fedora19
2014 Jan 02
1
Incorrect client netbios name in %m
...ame
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
My problem is the Clients netbios name in smb.conf
At following line in smb.conf:
include = /etc/samba/include/smb.conf.per-machine.%m
%m include file
/etc/samba/include/smb.conf.per-machine.fedora_f19
In the first case 'smbclient' (1) I see all shares including the one in
'per-machine.fedora_f19'
But in when I issue 'mount -t cifs' (2) I can only use share from smb.conf.
'per-machine.fedora_f19' is not included.
The reason for that that there is a differens in t...