Hi.
I bought a WD Blue 2.5 2tb SSD the other day, and I put it in a external USB-C enclosure and connected it to my 2018 Mac Mini. All is well, I mesured its read/write speed to about 400mbs, which is fine.
BUT, it turns out that there is a 30mb partition called "AU0039" on it that's impossible to get rid of. I looked around the net, and I see TEN year old posts with people being angry about this thing with WD drives! And, it seems, no solution.
This partition shows up with an old-fashioned CD-ROM icon and contains a "Setup.exe" file and some windows stuff. If you click to eject it, it goes away for a second, and then comes right back. Disk Utilities says it's "Unknown format", it sits outside the APFS container, and when you select it, all options turns to grey. DU can't do anything with it, EXCEPT if I eject it in DU, it stays hidden until I unplug/reconnect the disk or do a restart.
I found this script that people said you could use to make it stay hidden:
tell application "Finder"
activate
try
(eject) / Volumes / AU0039
end try
end tell
But for some reason, it doesn't work here.
If Disk Utilities can do it, I'm thinking it should be possible to make a script that can also, and that I can have in my "Services" menu.
Thanks for any help.
I bought a WD Blue 2.5 2tb SSD the other day, and I put it in a external USB-C enclosure and connected it to my 2018 Mac Mini. All is well, I mesured its read/write speed to about 400mbs, which is fine.
BUT, it turns out that there is a 30mb partition called "AU0039" on it that's impossible to get rid of. I looked around the net, and I see TEN year old posts with people being angry about this thing with WD drives! And, it seems, no solution.
This partition shows up with an old-fashioned CD-ROM icon and contains a "Setup.exe" file and some windows stuff. If you click to eject it, it goes away for a second, and then comes right back. Disk Utilities says it's "Unknown format", it sits outside the APFS container, and when you select it, all options turns to grey. DU can't do anything with it, EXCEPT if I eject it in DU, it stays hidden until I unplug/reconnect the disk or do a restart.
I found this script that people said you could use to make it stay hidden:
tell application "Finder"
activate
try
(eject) / Volumes / AU0039
end try
end tell
But for some reason, it doesn't work here.
If Disk Utilities can do it, I'm thinking it should be possible to make a script that can also, and that I can have in my "Services" menu.
Thanks for any help.