Difference between revisions of "FUSE-exFAT"
From CBLFS
Jump to navigationJump to searchAndrewhowson (talk | contribs) |
Andrewhowson (talk | contribs) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
{{Package-Introduction| | {{Package-Introduction| | ||
− | 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. |
+ | |}}http://code.google.com/p/exfat/ | ||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
+ | * [[Subversion]] | ||
* [[scons]] | * [[scons]] | ||
* [[FUSE]] | * [[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 01:41, 8 October 2011
Download Source: |
svn co http://exfat.googlecode.com/svn/trunk/ exfat-read-only |
---|
Contents
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 |