Unable to mount exFAT file system - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Unable to mount exFAT file system (/showthread.php?tid=10785) |
Unable to mount exFAT file system - jyc88 - 07-22-2020 When trying to open an exFAT formatted drive in Mobian's file manager an error message pops up saying: unknown filesystem type 'exfat' I tried installing exfat-fuse and exfat-utils, but still get the error message. Are there some additional things missing that are keeping this from working? RE: Unable to mount exFAT file system - fernando_c_m - 07-22-2020 I know it certainly works after installing those two packages and mounting it manually. I can then access its contents using the file manager. My SD card is mounted that way on fstab. I am not sure if automounting exfat volumes works. I think that was the reason I added my SD card to fstab. RE: Unable to mount exFAT file system - jyc88 - 07-23-2020 (07-22-2020, 01:39 PM)fernando_c_m Wrote: I know it certainly works after installing those two packages and mounting it manually. I can then access its contents using the file manager. Weird. I still get the same error message when trying to mount exFAT filesystems manually from the terminal. I definitely have exfat-fuse and exfat-utils installed at this point. I'm using a CE pinephone with the VCONN switches removed and haven't had any issues mounting FAT32, EXT4, and NTFS (after installing ntfs-3g) formatted SD cards or USB flash drives. RE: Unable to mount exFAT file system - fernando_c_m - 07-23-2020 (07-23-2020, 02:44 AM)jyc88 Wrote:mount.exfat-fuse /dev/mmcblk0p1 /mnt/sdcard(07-22-2020, 01:39 PM)fernando_c_m Wrote: I know it certainly works after installing those two packages and mounting it manually. I can then access its contents using the file manager. works in my case... RE: Unable to mount exFAT file system - jyc88 - 07-23-2020 (07-23-2020, 05:49 AM)fernando_c_m Wrote:(07-23-2020, 02:44 AM)jyc88 Wrote:mount.exfat-fuse /dev/mmcblk0p1 /mnt/sdcard(07-22-2020, 01:39 PM)fernando_c_m Wrote: I know it certainly works after installing those two packages and mounting it manually. I can then access its contents using the file manager. Looks like I had just forgotten the ".exfat-fuse" when manually mounting. So I am able to mount it from the terminal now. Thanks! |