Coder Social home page Coder Social logo

0xfeedc0de64 / gcfuse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from multimediamike/gcfuse

0.0 2.0 0.0 25 KB

Mount Nintendo GameCube disc images using FUSE

Home Page: http://multimedia.cx/gcfuse/

License: GNU General Public License v2.0

Makefile 0.34% Shell 0.19% M4 1.91% C 97.56%

gcfuse's Introduction

gcfuse - Use FUSE To Mount GameCube Filesystems

Note (February, 2018): The original build instructions below were written circa 2006 and are a bit obsolete. This source code should still compile and run on modern Linux kernels using this process:

  1. Be sure to have FUSE libraries installed (as of Ubuntu 16.04, this package is 'libfuse-dev')
  2. Clone this repository
  3. Execute the following build command:

gcc -D_FILE_OFFSET_BITS=64 -Wall src/gcfs.c src/main.c src/tree.c -o gcfs -lfuse

This will build the binary executable gcfs. Use the Usage section below for instructions on running this utility.


gcfuse is a program that allows you to mount a Nintendo GameCube DVD disk image as a read-only part of the Linux filesystem. This allows the user to browse the directory structure and read the files within. Further, gcfuse provides access to the main program .dol and also creates a special file called .metadata in the root directory of the mounted filesystem.

gcfuse accomplishes all this using Filesystem in Userspace (FUSE), available at:

http://fuse.sourceforge.net/

Note that there are likely to be bugs and perhaps even security problems. It is currently meant as primarily an experimental research tool for studying GameCube discs.

Requirements:

	- Linux 2.4.x or 2.6.x (as of 2.6.14 FUSE is part of the
	  kernel, but you still need user libraries)
	- FUSE (http://fuse.sourceforge.net) 2.5.x or higher

Build:

	./configure && make

Install:

	make install

Usage:

	gcfuse <image_file.gcm> <mount_point>

To unmount previously mounted file, use:

	fusermount -u <mount_point>

gcfuse's People

Contributors

multimediamike avatar

Watchers

Daniel Brunner avatar  avatar

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.