I've got an Amahi server in my network now, mainly to test some applications for a client. Amahi is based on a Fedora 12 install. As well as a number of web-based applications, it provides file serving, using Samba.
I've been unable to get Gigolo to connect to the Amahi box. I can manually mount shares - to do so, I've added something like this to /etc/fstab:
Code: Select all
//hda/movies /home/tigger/Music cifs noauto,users,rw,user=xxxx,password=yyy 0 0
(

user name and password have been changed....). The share will mount, but, even though users should mean that a normal user has write access, only root has write access. This is not much use for the server's intended application.
Can anyone tell me why the problem exists, and, even better, how to fix it?
Paul.