Hi all,
I have a fresh installation of alfresco and im trying to configure NFS. I added to the file "file-servers.xml" these lines :
———–
<config evaluator="string-compare" condition="NFS Server">
<serverEnable enabled="true"/>
<enablePortMapper/>
<MountServerPort>1678</MountServerPort>
<NFSServerPort>2049</NFSServerPort>
<rpcAuthenticator>
<userMappings>
<user name="admin" uid="0" gid="0"/>
</userMappings>
</rpcAuthenticator>
</config>
———–
I saved the file and restarted alfresco.
from a client machine when i try to do
———–
mount -t nfs 10.10.1.71:/alfresco /mnt/
———–
im getting this error message
———–
mount: wrong fs type, bad option, bad superblock on 10.10.1.71:/alfresco,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
———–
I don't know what I did wrong!
Thanks in advance for the help!