cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to mount CIFS in Unix

rahmankhan1109
Champ in-the-making
Champ in-the-making
Hi,

I am running Alfresco Enterprise 2.1 in Unix Environment.   I am not able to mount CIFS.   I run the following command :

sudo  mount -t smbfs -o username=admin,password=admin,uid=1121,gid=90 //localhost/avm  /media/alfresco/cifs/w


It throws following exceptions :

Error connecting to 127.0.0.1 (Connection refused)
15316: Connection to localhost failed
SMB connection failed


I appreciate help from members.

Thanks,
Khaleel
1 REPLY 1

jenglert
Champ in-the-making
Champ in-the-making
try this command:

sudo mount -t smbfs -o username=admin,uid=1121,gid=90,password=admin //localhost/avm /media/alfresco/cifs/w

I've ran into issues where I needed to put password as the last property. That might help.