Detect exfat disk in mac
Cannot detect exfat external drive in my macbook. Here the solution,
diskutil listget the identifer of the disk, eg:disk2s2ps -ax | grep <identifier>get the proccess id offscksudo kill -9 <process id>
Alert pops up and I can access the disk in finder.