cancel
Showing results for 
Search instead for 
Did you mean: 

Mounting alfresco AVM path on linux !!!

g_rathod
Star Contributor
Star Contributor
Hi Friends,

I want to access alfresco wcm staging content on linux so want to get that path on linux , what we map in windows like:
ex:  \\xxx.xx.xx.xxa\AVM\……..\ROOT\

Now the same thing I want to access in linux
my alfresco running on linux machine (cent os).   How do I get that using mapping or how do I get that path??
because I want to use it in rsync <source> <dest>  path.

Help me..


Thanks,
1 REPLY 1

rdanner
Champ in-the-making
Champ in-the-making
in /etc/fstab:

make a directory example /mnt/alfresco-wcm


//127.0.0.1/AVM /mnt/alfresco-wcm cifs port=1445,user=admin,pass=admin,noauto 0 0

you only need to specify the port if it is non standard

then from the command line
mount /mnt/alfresco-wcm

now you should be able to browse /mnt/alfresco-wcm