Changes

From Amahi Wiki
Jump to: navigation, search
1,198 bytes added ,  01:00, 25 October 2018
YOURWORKGROUP\username
So, if your username is jdoe and the workgroup is HOME, try HOME\jdoe
 
* In order to confirm the workgroup name sent to samba server, check the logs (most likely located in /var/log/samba/). If the logs don't have enough information, increase the log level to 5 in the smb.conf file (/etc/samba/smb.conf) and restart samba service.
** If the domain name in the logs is not same as the workgroup name ("HOME" in example above), Windows is still sending the computer name as the domain name. Try mapping to the shared drive using the following command. Note, password is not supplied in the command. It is recommended that you save the password in Windows Credential Manager (see information below)
net use U: \\hda\Movies /USER:YOURWORKGROUP\username /PERSISTENT:YES
* Some windows clients for some reason may require the whole DNS path, so if your internal domain is, say, home.com, try:
*Be sure to substitute the username, uid, gid (group ID), server and share names with your real values.
== Windows 10 Samba Issue (Amahi 8) ==
Sometimes Windows 10 client machines are not able to see the HDA in the home network. This is a problem with the client machine.
Ref: [https://forums.amahi.org/viewtopic.php?f=8&t=6292&start=10#p35856 Cannot see Amahi HDA on my network after Windows 10 update Forums Post]
 
== Remove Saved Network Passwords ==
 
If you have a need to remove the stored network password used to automatically log into your shares from a Windows client, here's how:
 
* [http://support.microsoft.com/kb/306992 Windows XP]
 
* [http://windows.microsoft.com/en-us/windows-vista/remove-stored-passwords Windows Vista]
 
* [http://www.petenetlive.com/KB/Article/0000556.htm Windows 7]
 
* [http://www.jholjhaal.com/manage-stored-passwords-in-windows-8/ Windows 8/10]
== Further Debugging ==
For actual debugging, follow the details of the [[Shares Debug]] page.
 
 
Back to the [[Troubleshooting]].
12,424

edits