nielsmouthaan / ejectify-macos

Ejectify automatically unmounts external volumes when your Mac starts sleeping, and mounts them again after it wakes up.
https://ejectify.app
Other
370 stars 50 forks source link

Check Mount Point of Drive #44

Closed ekwipt closed 1 year ago

ekwipt commented 1 year ago

I've been getting this issue when I've ejected my Thunderbolt drive, the mac has gone to sleep, and when I wake it back up it mounts the drive but changes the mount point.

for example, thunderbolt drive was called /Volumes/External_1

when remounted it gets the name /Volumes/External_1 2

Is there a way to check if drives have been ejected properly and unmounted in volumes?

nielsmouthaan commented 1 year ago

Hmm, that's something the operating system does. Not sure why, perhaps the previous mount point is unavailable? You can check the Console app for events related to (un)mounting.

ekwipt commented 1 year ago

yes it's because it doesn't unmount properly, so in the /Volumes there's still a mount point called External_1, so it gives it a prefix of External_1 2

nielsmouthaan commented 1 year ago

Can you temporarily check the Force unmount option to check if that makes a difference?

nielsmouthaan commented 1 year ago

Closing issue as this issue is "caused" by the operating system.