FUSE-exFAT: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
(10 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 28: Line 30:


  sudo scons install
  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 01: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