Troubleshooting
Common Issues & Solutions
A Share Won’t Mount
If the application attempts to mount a share but fails:
- Network Connectivity: Ensure you are connected to the correct network (or VPN) and the server is reachable.
- Authentication Profile: Verify that the assigned Authentication Profile contains the correct, up-to-date password.
- Kerberos Tickets: If using a Kerberos profile, open the macOS Terminal and type
klistto ensure you have a valid, unexpired Ticket-Granting Ticket (TGT). - NetAuthSysAgent: NetAuthSysAgent is a process in macOS responsible for mounting network shares and handling network authorization. It may display dialogs using NetAuthAgent when necessary. Unfortunately, for many versions of macOS, there has been an issue where the
NetAuthSysAgentsometimes gets stuck. This is evident when a mount request is not executed. In this case, the only solution is to runkillall NetAuthSysAgent.
Duplicate Name Error
If you receive a duplicate name error when adding a share, another share is already using that folder name in ~/Networkshares/.
Solution: Use the Version 4 custom name feature to assign a unique local name to the new share.
“Profile Assignment Required” Status
If a share shows this status in the UI, it means it lacks credentials. Solution:
- Open Preferences → Network Shares.
- Select the affected share and click edit.
- Manually assign an Authentication Profile from the dropdown menu.
- Click Save Changes.
Advanced Debugging
For deep IT troubleshooting, Network Share Mounter logs its activity natively to the macOS unified logging system. Open Console.app and filter for the process NetworkShareMounter to view real-time connection logs and error states:
log stream --predicate "subsystem == 'de.fau.rrze.NetworkShareMounter'" --level debug
You can now send logs directly from the application to the developers for troubleshooting:
- Open Settings and select General on the left.
- Click Diagnostics 5 times in a row.
- A new button will appear, allowing you to send diagnostics or log files to the developers of the Network Share Mounter.