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

no NTFS volumes visible in Ejectify #69

Closed antonriemersma closed 6 months ago

antonriemersma commented 6 months ago

I installed ejectify. It seems to work because the eject symbol is in the bar, but it can't find my disk (no volumes) although a samsung t7 ssd is connected. Its formatted in NTFS, using the program Tuxera Disk Manager Version 2023.1, working on Sonoma 14.2.1. Does anyone have an idea how to get the disk visible for ejectify? Scherm­afbeelding 2024-02-24 om 22 40 32

nielsmouthaan commented 6 months ago

How is the SSD connected?

antonriemersma commented 6 months ago

its directly connected by usb - c. Could it be because it's formatted in NTFS? I have connected 2 other memory cards (mac os uitgebreid & exfat)and they are visible in the menu.

Scherm­afbeelding 2024-02-25 om 15 23 35
nielsmouthaan commented 6 months ago

I think it is. They're likely software-initiated and/or non-physical volumes, and Ejectify's source code filters them out. Depending on whether you're able to do so, you could check out its source code and see if you change the filters to make it work. Unfortunately, I don't have the time right now.

antonriemersma commented 6 months ago

Problem solved. I formatted the ssd disk in exfat. Now it's visible in Ejectify. Seems the NTFS format is the problem

Scherm­afbeelding 2024-02-25 om 21 57 38
nielsmouthaan commented 6 months ago

Thanks for letting me know!