Changes

16 bytes added ,  01:29, 18 October 2009
m
no edit summary
Line 1: Line 1:  +
{{lowercase title}}
 
{{Infobox development tools
 
{{Infobox development tools
 
| title = libntfs
 
| title = libntfs
Line 11: Line 12:  
| source = http://github.com/rhyskoedijk/libntfs/tree/master
 
| source = http://github.com/rhyskoedijk/libntfs/tree/master
 
}}
 
}}
 
+
'''''libntfs''''' is a port of the [http://www.ntfs-3g.org/ NTFS-3G] driver to the Nintendo GameCube/Wii, modelled on the [[libFAT]] interface.
'''libntfs''' is a port of the [http://www.ntfs-3g.org/ NTFS-3G] driver to the Nintendo GameCube/Wii, modelled on the [[libFAT]] interface.
      
[http://www.ntfs-3g.org/ NTFS-3G] is an open source cross-platform implementation of the Microsoft Windows NTFS file system.
 
[http://www.ntfs-3g.org/ NTFS-3G] is an open source cross-platform implementation of the Microsoft Windows NTFS file system.
    
==Features==
 
==Features==
   
* Full read/write, files of any size can be created, modified, renamed, moved, or deleted.
 
* Full read/write, files of any size can be created, modified, renamed, moved, or deleted.
 
* Compression, read/write support for compressed files
 
* Compression, read/write support for compressed files
Line 26: Line 25:     
===Unsupported===
 
===Unsupported===
   
* Encryption, read/write support for encrypted files
 
* Encryption, read/write support for encrypted files
 
* Security (will probably never be implemented, criples library functionality)
 
* Security (will probably never be implemented, criples library functionality)
    
==Implementation Specific Features==
 
==Implementation Specific Features==
   
The following describes some of the differences between '''libntfs''' and other implementations of [http://www.ntfs-3g.org/ NTFS-3G].
 
The following describes some of the differences between '''libntfs''' and other implementations of [http://www.ntfs-3g.org/ NTFS-3G].
 
   
 
   
Line 46: Line 43:     
==Compiling and Installing==
 
==Compiling and Installing==
   
Make sure you have [[devKitPPC]] and the latest [[libogc]] installed. Then from the sources root directory, type:
 
Make sure you have [[devKitPPC]] and the latest [[libogc]] installed. Then from the sources root directory, type:
   Line 53: Line 49:     
==Usage==
 
==Usage==
   
NTFS related routines can be accessed by adding the following line to your source file(s).
 
NTFS related routines can be accessed by adding the following line to your source file(s).
   Line 65: Line 60:     
==Credits==
 
==Credits==
   
A big thanks to all the authors of [http://www.ntfs-3g.org/ NTFS-3G], of which this library makes use of. Thanks also to the following:
 
A big thanks to all the authors of [http://www.ntfs-3g.org/ NTFS-3G], of which this library makes use of. Thanks also to the following:
   Line 73: Line 67:     
==Update History==
 
==Update History==
   
===August 19, 2009===
 
===August 19, 2009===
 
* Inital release, based on NTFS-3G 2009.4.4AR.16
 
* Inital release, based on NTFS-3G 2009.4.4AR.16
401

edits