Troubleshooting Common Acronis Files Connect Issues (Step-by-Step)
1. Confirm environment and versions
- Check versions: On the Acronis Files Connect server and macOS clients, confirm you’re running supported, up-to-date versions.
- Compatibility: Ensure macOS and AD/SMB server versions are supported by your Files Connect release.
2. Issue: Macs can’t see file shares
- Verify network connectivity: Ping the SMB server from a Mac and the Files Connect server.
- Confirm service status: On the Files Connect server, ensure the Acronis Files Connect (afc) service is running. Restart if needed.
- SMB discovery: From a Mac, try Finder > Go > Connect to Server and use smb://hostname or smb://IP to connect directly. If that works, NetBIOS/Bonjour discovery may be blocked.
- Firewall and ports: Confirm ports 137–139 (NetBIOS) and 445 (SMB) are open between Macs, Files Connect, and SMB servers.
- DNS & NetBIOS name resolution: Validate DNS entries for the SMB server and check WINS/NetBIOS settings if used. Add static host entries if necessary.
- SMB protocol: Ensure the SMB server supports the SMB protocol versions required by macOS and Files Connect (SMB2/SMB3 preferred).
3. Issue: Authentication failures (invalid credentials)
- Test credentials directly: From a Mac or Windows client, attempt to connect to the SMB share using the same account to rule out Files Connect.
- Kerberos vs NTLM: If Kerberos is enforced, ensure time synchronization (NTP) between domain controllers, Files Connect server, and clients.
- AD account restrictions: Check for expired passwords, account lockouts, or logon restrictions (e.g., workstation logon allowed).
- Service account permissions: Verify the Files Connect service/account has read access to the shares and permission to query AD.
- Logs: Inspect Files Connect and SMB server logs for authentication error codes to pinpoint causes.
4. Issue: Slow file browsing or transfers
- Network checks: Measure latency and bandwidth between the Mac, Files Connect server, and SMB server. Resolve high latency or packet loss.
- SMB signing and encryption: These can slow transfers—confirm if enforced and whether performance tuning is possible within security policy limits.
- Antivirus and indexing: Temporarily disable AV or indexing on the SMB server to test impact. Exclusions for file-share traffic may be needed.
- Resource usage: Check CPU, memory, and disk I/O on the Files Connect and SMB servers. Upgrade resources if saturated.
- TCP tuning: Adjust TCP window sizes and SMB-specific tuning on servers if large transfers are common.
5. Issue: File/folder permission mismatches
- Permission model check: Confirm whether permissions are NTFS ACLs, POSIX, or mapped—Acronis passes through NTFS ACLs by default.
- Effective permissions: Use the SMB server’s tools to view effective permissions for the user on specific files/folders.
- Inheritance and ownership: Inspect for broken inheritance or unexpected ownership causing access differences.
- Syncing identity formats: Ensure UID/GID or SID mappings are consistent if integrating non-Windows systems.
6. Issue: Spotlight/metadata/search not working
- Indexing configuration: Ensure Files Connect indexing (if used) is enabled and configured to crawl target shares.
- Permissions for indexing: Indexing service needs read access to all indexed content.
- Rebuild index: Trigger a full reindex and monitor logs for errors.
7. Issue: Symbolic links or resource forks behave incorrectly
- SMB server support: Confirm SMB server preserves symlinks and resource forks; some NAS devices do not.
- Acronis settings: Enable options to preserve HFS metadata/resource forks if present.
- Test with small files: Create test symlinks and resource-forked files and verify behavior.
8. Useful diagnostic steps and commands
- From macOS:
- ping
- smbutil statshares -a
- mount_smbfs //user@server/share /Volumes/share
- On Files Connect server:
- Check afc service status and restart it.
- Review Files Connect logs (location depends on install; check /var/log/ or product docs).
- On SMB server:
- Check SMB/CIFS service logs and audit successful/failed auths.
9. When to escalate to Acronis or vendor support
- Reproducible crashes or service failures after updates.
- Authentication errors with clear AD/Kerberos issues beyond configuration scope.
- Bugs causing metadata loss or corruption.
Provide logs (Files Connect logs, SMB server logs, macOS client logs), exact versions, and reproduction steps.
10. Quick checklist (do these first)
- Verify services are running and versions supported.
- Test direct SMB connection from a Mac.
- Confirm credentials work directly on SMB server.
- Check firewall/ports and DNS name resolution.
- Review logs for specific error codes.
If you want, I can produce a tailored checklist with exact commands and log paths for your OS and Files Connect version—tell me the server OS and product version.
Leave a Reply