SD2VITA doesn't work
i don't want to buy 100$ for 64G pls help
1 - Did I install the plugin the right way?
2 - Did I format the MicroSD according to the guide?
diskutil list #find your sdcard (should be something like /dev/disk2)
diskutil unmount /dev/disk2 sudo dd if=/dev/zero of=/dev/disk2 #don't forget to change disk2 to your disk number
# remove and reinsert storage device
sudo newfs_exfat -R /dev/disk2 #for microsd up to 128GB (may need to remove and reinsert to see it in finder)
sudo newfs_exfat -R -c 128 /dev/disk2 #for microsd starting from 256GB
#Copy contents over to memory cardLast updated