Hello,
I have the following configuration:
OS: CentOS 6.7
in /etc/fstab I mounted a smb share: //192.168.1.100\alfresco /opt/alfresco cifs user,rw,exec,suid,username=alfresco,password=password 0 0
The /opt/alfresco has the following permission: drwxr-xr-x 1 root root
After I start the installer, after about 10% in the installation procedure I get the following error:
#####Unable to create symbolic link /opt/alfresco/common/bin/infotocap -> tic
Abort, Retry, Ignore ? [A/r/i]
The question is: It is possible to install Alfresco on a network share mounted on the host ?
And if yes, what is wrong with my configuration?
Thanks.