Difference between revisions of "FUSE-exFAT"

From CBLFS
Jump to navigationJump to search
(Created page with "{| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only |} ---- {{Package-In...")
 
 
(13 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
{{Package-Introduction|
 
{{Package-Introduction|
exFAT (Extended File Allocation Table AKA FAT64)
+
FUSE-exFAT is a set of programs that enable the reading and writing
http://http://code.google.com/p/exfat/|}}
+
of exFAT file systems, as well as formating removable media to exFAT.
 +
|}}http://code.google.com/p/exfat/
 +
 
 +
== Dependencies ==
 +
 
 +
=== Required ===
 +
* [[Subversion]]
 +
* [[scons]]
 +
* [[FUSE]]
 +
 
 +
== Non-Multilib ==
 +
 
 +
Compile the package:
 +
 
 +
cd  exfat-read-only &&
 +
scons
 +
 
 +
Install the package:
 +
 
 +
sudo scons install
 +
 
 +
== Contents ==
 +
 
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
!Installed Directories:
 +
|
 +
|-valign="top"
 +
!Installed Programs:
 +
|mount.exfat-fuse, dumpexfat, exfatfsck,
 +
mkexfatfs, exfatlabel
 +
|
 +
|-valign="top"
 +
!Installed Libraries:
 +
|
 +
|}
 +
=== Short Descriptions ===
 +
 
 +
{| style="text-align: left;"
 +
|-
 +
|dumpexfat
 +
|-
 +
|exfatfsck
 +
|-
 +
|exfatlabel
 +
|-
 +
|fsck.exfat
 +
|-
 +
|mkexfatfs
 +
|-
 +
|mkfs.exfat
 +
|-
 +
|mount.exfat
 +
 
 +
 
 +
[[Category:File System]]

Latest revision as of 02:41, 8 October 2011

Download Source:

svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only


Introduction to FUSE-exFAT

FUSE-exFAT is a set of programs that enable the reading and writing of exFAT file systems, as well as formating removable media to exFAT.


Project Homepage: http://code.google.com/p/exfat/

Dependencies

Required

Non-Multilib

Compile the package:

cd  exfat-read-only &&
scons

Install the package:

sudo scons install

Contents

Installed Directories:
Installed Programs: mount.exfat-fuse, dumpexfat, exfatfsck,

mkexfatfs, exfatlabel

Installed Libraries:

Short Descriptions

dumpexfat
exfatfsck
exfatlabel
fsck.exfat
mkexfatfs
mkfs.exfat
mount.exfat