Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
== Permission Problems ==
#=== Check permissions on the HDA server ===* If you cannot write to the shares, permissions at the HDA's SAMBA and Linux levels must be checked.**At the SAMBA level, check Setup -> Shares. Make sure the user has access to the share you are looking at.**At the Linux levelon the HDA, you have to ssh into your HDA or login at the console and try to write a file in to the folder for the share (typically in /var/hda/files/FOO, if you did not change the default path).#=== Troubleshooting Permissions: Windows Client (including Vista) === *If you cannot access the shares, and you are on a Windows Vista machine, there may be other connections open and you may get this error:
[[File:Errorpermissions.jpeg]]
*So we will try doing this:
**Type in "net use \\hda\Pictures /USER:HOME\jdoe password" Be sure to substitute the share name, username and password with your real values.
**Try connecting to the HDA shares one more time.
 
=== Troubleshooting Permissions: Linux Client ===
 
* If you cannot access shares, and you are on a Linux client, try the following command to make a connection: {{Code|Code=
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.
== Further Debugging ==