In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
52 bytes removed ,  20:12, 20 June 2012
m
fix NTFS-3G links
Line 12: Line 12:  
| source = http://code.google.com/p/libntfs-wii/
 
| source = http://code.google.com/p/libntfs-wii/
 
}}
 
}}
'''libntfs''' is a port of the [http://www.ntfs-3g.org/ NTFS-3G] driver to the Nintendo GameCube/Wii, modeled on the [[libfat]] interface.
+
'''libntfs''' is a port of the [http://www.tuxera.com/community/ntfs-3g-download/ NTFS-3G] driver to the Nintendo GameCube/Wii, modeled on the [[libfat]] interface.
    
== Features ==
 
== Features ==
Line 20: Line 20:  
* Partial journaling (see below)
 
* Partial journaling (see below)
   −
[http://www.ntfs-3g.org/ NTFS-3G] only supports partial journaling, so unexpected crashes or power loss can leave the file system in an inconsistent state. The only way to (correctly) fix it is to boot into Windows and let NTFS replay the journal; However, in most situations ('''read:''' it is not 100% guaranteed) this is not required and the file system can be remounted without problem. In situations where there has been heavy disc activity prior to the crash or power loss it is recommended you let Windows replay the journal before remounting with libntfs in order to prevent possible data lose and/or corruption.
+
NTFS-3G only supports partial journaling, so unexpected crashes or power loss can leave the file system in an inconsistent state. The only way to (correctly) fix it is to boot into Windows and let NTFS replay the journal; However, in most situations ('''read:''' it is not 100% guaranteed) this is not required and the file system can be remounted without problem. In situations where there has been heavy disc activity prior to the crash or power loss it is recommended you let Windows replay the journal before remounting with libntfs in order to prevent possible data lose and/or corruption.
    
=== Unsupported ===
 
=== Unsupported ===
Line 27: Line 27:     
== 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 NTFS-3G.
 
   
 
   
 
=== Symbolic Links ===
 
=== Symbolic Links ===
Line 82: Line 82:     
== 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 NTFS-3G] of which this library makes use of. Thanks also to the following:
    
* Authors of [[libogc]] for providing the libraries framework
 
* Authors of [[libogc]] for providing the libraries framework
 
* Authors of [[libfat]] for laying the foundations
 
* Authors of [[libfat]] for laying the foundations
 
* [[User:rodries|rodries]] for his help and contributions (cache, bug fixes, etc)
 
* [[User:rodries|rodries]] for his help and contributions (cache, bug fixes, etc)
28

edits

Navigation menu