Hi Melissa,
Let your file-servers-custom.xml contain following piece of code….
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
………
……..
You can get the actual CIFS path from your webclient
In the webclient go the company home->view details -> right click view on CIFS ->Copy shortcut ->take the url and manipulate the url bit..[ As you have to replace "/" with "\"]
a typical CIFS path would look like
\\hostnameA\Alfresco
e.g if your hostname is SYSHOME, so it should be
\\SYSHOMEA\Alfresco
Note:- CIFS automatically adds "A" to the URL, you can try without "A" also.
See if it helps.
Thanks
Kayan.