cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Network Drive in Linux

sanket
Champ on-the-rise
Champ on-the-rise
Can Anybody help
As we use Tools->Map Network Drive in windows to map alfresco repository as a drive
how can we map alfresco in linux…
My linux machine name is ORACLE….so I've tried out this frm command prompt

#mkdir /z
#mount //ORACLEA/Alfresco /z

I've also tried this out..
mount -t smbfs -o username=user,password=password
//ORACLEA/Alfresco /z

I tried to give my IP address instead of ORACLE…still it's not working…
10 REPLIES 10

sanket
Champ on-the-rise
Champ on-the-rise
Yes…u r right. I tried to create CIFS server. This time I had started SMB server. This showed error.

But when I stop the SMB server and then try to create CIFS server, I can successfully do it.

Thank you so much…