cancel
Showing results for 
Search instead for 
Did you mean: 

NFS configuration?!?!?!

nokio9023
Champ in-the-making
Champ in-the-making
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!
2 REPLIES 2

nokio9023
Champ in-the-making
Champ in-the-making
Finaly i had a problem with nfs-common. I solved it and i now get this error

mount.nfs: mount to NFS server '10.10.1.71' failed: RPC Error: Program not registered

nokio9023
Champ in-the-making
Champ in-the-making
I did a few modification to my configuration file and i can now mount…. But now i get this error Smiley Tongue

sudo mount 127.0.0.1:/alfresco /mnt/
cd /mnt/
-bash: cd: /mnt/: Input/output error