Max2Play Home › Forums › Max2Play on Raspberry PI › External USB drive Formatted exfat plugged into Raspberry Pi 3b NOT mounting › Reply To: External USB drive Formatted exfat plugged into Raspberry Pi 3b NOT mounting
1. September 2022 at 13:09
#52379
Hi Mark,
Normally, exfat formatted storages should be recognised automatically by the system. When they are recognised they should be mountable via the filesystem/mount plugin.
If you need FUSE to make the Pi exfat compatible, you could try the following two commands:
sudo apt-get install exfat-fuse
sudo apt-get install exfat-utils
However, this has not been tested by us. We can therefore neither guarantee that the installation will work nor that Max2Play will still function correctly afterwards.