English / Deutsch | Print version Plop Linux  

Next >>
Table of Contents


exFAT support is not part of the official Plop Linux. You can add exFAT support by yourself with the exFAT driver for FUSE.


Download

You can download the source code from the GitHub website.


Install

Extract the archives:

  tar xfvz exfat-utils-1.2.7.tar.gz
  tar xfvz fuse-exfat-1.2.7.tar.gz

Compile and install:

  cd exfat-utils-1.2.7
  ./configure --prefix=/usr --sbin=/sbin && make && sudo make install

  cd ../fuse-exfat-1.2.7
  ./configure --prefix=/usr --sbin=/sbin && make && sudo make install




Next >>
Table of Contents


© 2026 by Elmar Hanlhofer