cancel
Showing results for 
Search instead for 
Did you mean: 

CIFS drive size issue : almost unlimited storage space

ermantis
Champ in-the-making
Champ in-the-making
Hello everyone.
I've managed to configure alfresco with CIFS, and mounted a drive to it on my client (Win8).
It seem to work great, except for one thing : the size drive displays 7,99 Eo (ExaOctets ?) available in the client File Manager, which is waaaaay too many.
Any idea of how to display the real size of the mapped drive ?

Alfresco is installed on Windows Server 2012, version 4.2.c, Community.

Here is my adds to global.properties :


### Ajout AD ###
#authentication.chain=ldap1:ldap-ad,passthru1:passthru,alfrescoNtlm1:alfrescoNtlm
authentication.chain=ldap1:ldap-ad,passthru1:passthru

#Ldap config
ldap.authentication.userNameFormat=%s@*.lan
ldap.authentication.java.naming.provider.url=ldap://192.168.*.*:389
ldap.authentication.defaultAdministratorUserNames=Admin
ldap.synchronization.java.naming.security.principal=Admin@*.lan
ldap.synchronization.java.naming.security.credentials=**********
ldap.synchronization.groupSearchBase=ou\=Users,ou\=Groups,dc=*,dc\=lan
ldap.synchronization.userSearchBase=ou\=Users,dc=*,dc\=lan

#Passthru config
passthru.authentication.servers=DomainCont
passthru.authentication.defaultAdministratorUserNames=Admin

#SSO config
ntlm.authentication.sso.enabled=true
synchronization.import.cron=0 0 0 * * ?
synchronization.synchronizeChangesOnly=false
synchronization.allowDeletions=true

#protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}

alfresco.authentication.authenticateCIFS=true
### CIFS ###
cifs.enabled=true
cifs.serverName=alffrescoa
cifs.hostannounce=true
cifs.domain=
cifs.broadcast=192.168.*.42
cifs.localname=${localname}A
cifs.urlfile.prefix=http://${localname}:8080/alfresco/

#Retrait de l'affichage des fichiers mise à jour dans les répertoires
cifs.pseudoFiles.enabled=false
cifs.pseudoFiles.explorerURL.enabled=false
cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url
cifs.pseudoFiles.shareURL.enabled=false
cifs.pseudoFiles.shareURL.fileName=__Share.url

cifs.tcpipSMB.port=445
cifs.netBIOSSMB.sessionPort=139
cifs.netBIOSSMB.namePort=137
cifs.netBIOSSMB.datagramPort=138

cifs.sessionDebug=NETBIOS, SOCKET

#nfs.enabled=true

system.usages.enabled=true


Thanks in advance,
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
I think that's a bug that's been fixed long ago.

ermantis
Champ in-the-making
Champ in-the-making
So… what am I supposed to do ? How is it supposed to be fixed ? Because I haven't found anything relevent on my researches and am using one of the latest versions…

ermantis
Champ in-the-making
Champ in-the-making
Up ? Anyone ?