Changes

From Amahi Wiki
Jump to: navigation, search
mount -t cifs -o user=user,uid=user,gid=users \\hda\Music Music/
*Be sure to substitute the username, uid, gid (group ID), server and share names with your real values.
 
== Windows 10 (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