-
Notifications
You must be signed in to change notification settings - Fork 651
exFAT
Michael Salaverry edited this page Jun 1, 2022
·
2 revisions
exFAT is a filesystem suitable for SSDs and Flash Drives. ExFAT was licensed by Microsoft, so there wasn’t a legal kernel module for many years. However, there is a user space FUSE module for accessing exFAT file systems available in entware.
- Install exFAT-fuse from entware via opkg
- Run fdisk -l to find the drive name with the exFAT fs
- Create a mount point with mkdir -p /mnt/media
- Mount the drive with mount.exfat-fuse /dev/$drive-name /mnt/media
- Optionally, setup this process with a /jffs/scripts/service-start script for step 4