Difference between revisions of "FUSE-exFAT"

From CBLFS
Jump to navigationJump to search
 
(9 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 ==
 
== Dependencies ==
  
 
=== Required ===
 
=== Required ===
 +
* [[Subversion]]
 
* [[scons]]
 
* [[scons]]
 
* [[FUSE]]
 
* [[FUSE]]
Line 22: Line 24:
 
Compile the package:
 
Compile the package:
  
  cd  exfat-read-only&&
+
  cd  exfat-read-only &&
 
  scons
 
  scons
  
Line 37: Line 39:
 
|-valign="top"
 
|-valign="top"
 
!Installed Programs:
 
!Installed Programs:
 +
|mount.exfat-fuse, dumpexfat, exfatfsck,
 +
mkexfatfs, exfatlabel
 
|
 
|
 
|-valign="top"
 
|-valign="top"
Line 42: Line 46:
 
|
 
|
 
|}
 
|}
 +
=== Short Descriptions ===
 +
 +
{| style="text-align: left;"
 +
|-
 +
|dumpexfat
 +
|-
 +
|exfatfsck
 +
|-
 +
|exfatlabel
 +
|-
 +
|fsck.exfat
 +
|-
 +
|mkexfatfs
 +
|-
 +
|mkfs.exfat
 +
|-
 +
|mount.exfat
 +
  
 
[[Category:File System]]
 
[[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