Giter VIP home page Giter VIP logo

libntfs-wii's Introduction

Introduction

The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, Solaris and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, and Windows Server 2008 file systems.

The purpose of the project is to develop, continuously quality test and support a trustable, featureful and high performance solution for hardware platforms and operating systems whose users need to reliably interoperate with NTFS. Besides this practical goal, the project also aims to explore the limits of the hybrid, kernel/user space filesystem driver approach, performance, reliability and feature richness per invested effort wise.

The driver is in STABLE status. The test methods, the test suites used can be found at

http://ntfs-3g.org/quality.html

News, support answers, problem submission instructions, support and discussion forums, performance numbers and other information are available on the project web site at

http://ntfs-3g.org

For more details on the NTFS-3G project see the 'original' folder included with this package.

Compiling and Installing

Make sure you have devKitPro and the latest Nintendo GameCube/Wii development component (libgc/libwii) installed. Then type:

 make
 make install      # or 'sudo make install' if you aren't root.

Usage

NTFS related routines can be accessed by adding the following line to your source file(s).

 #include <ntfs.h>

When compiling you must also link against the libntfs. To do this add -lntfs to the LIBS section of your application Makefile. For example:

 LIBS := -lwiiuse -lbte -lntfs -lfat -logc -lm

For a more practical example of using NTFS in your application, see the included example directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.