Changes

From Amahi Wiki
Jump to: navigation, search
*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.
The following work around will correct the issue:
* On the client machine, open a administrator command prompt and type the following:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc.exe config mrxsmb20 start= disabled
:Then restart the client and the problem should be fixed.
* To reverse the work around, on the client machine open a administrator command prompt and type the following:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto
:Then restart the client and things are back to the previous settings.
== Further Debugging ==
For actual debugging, follow the details of the [[Shares Debug]] page.
12,424

edits