We've all had issues with SMB shares being randomly dropped, but I seem to have the opposite problem. I have an SMB share that keeps on automatically reconnecting for reasons I cannot fathom.
The share is a drive (LaCie) on another Mac (Happy Meal) on the local network, to which I do connect from time to time, but the connections I am seeing are automatic and without action on my part.
It's not a System Preferences > Users > (me) > Login items entry, as the share isn't listed there, and the share is not mounted at login or system startup, it happens at (apparently?) random times while the system is up and running.
Ejecting the drive through Finder gets rid of it for a while, but before too long (could be minutes or hours) it will reconnect and show up on my desktop again. Repeating the ejection repeats the process.
I've tried quitting all running applications and services, but the issue remains.
Running `mount` in the terminal gives me the following, which isn't of much use in diagnostics:
Apart from seeing that LaCie on Happy Meal is mounted, there's no useful information there.
Can anyone suggest further diagnostic tools to establish what is instructing this share to be mounted so that I can isolate it and stop it happening?
Thanks for your time.
The share is a drive (LaCie) on another Mac (Happy Meal) on the local network, to which I do connect from time to time, but the connections I am seeing are automatic and without action on my part.
It's not a System Preferences > Users > (me) > Login items entry, as the share isn't listed there, and the share is not mounted at login or system startup, it happens at (apparently?) random times while the system is up and running.
Ejecting the drive through Finder gets rid of it for a while, but before too long (could be minutes or hours) it will reconnect and show up on my desktop again. Repeating the ejection repeats the process.
I've tried quitting all running applications and services, but the issue remains.
Running `mount` in the terminal gives me the following, which isn't of much use in diagnostics:
Code:
% mount
/dev/disk1s5 on / (apfs, local, read-only, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse)
/dev/disk1s4 on /private/var/vm (apfs, local, journaled, nobrowse)
map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse)
//kier@Happy%20Meal._smb._tcp.local/LaCie on /Volumes/LaCie (smbfs, nodev, nosuid, mounted by kier)
Can anyone suggest further diagnostic tools to establish what is instructing this share to be mounted so that I can isolate it and stop it happening?
Thanks for your time.