Skip to content

FUSE module for mounting Sega Dreamcast GD-ROM images (.gdi format)

License

Notifications You must be signed in to change notification settings

snickerbockers/gdisofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                              gdisofs

Usage:
    
    gdisofs [<options>] <gdi_file> <mountpoint> [<FUSE library options>]
    
mounts image, while fusermount shipped with FUSE library can be used to unmount:

    fusermount -u <mountpoint>

fuseiso options are:

    -p              Maintain mountpoint. Create it if it does not exists on
                    start, delete it on exit.

    -n              Do NOT maintain ~/.mtab.fuseiso . This file have format of
                    /etc/mtab and normally stores information about currently
                    mounted iso images.

    -c iocharset    Specify iocharset to use. Joliet filesystem store filenames
                    in unicode and to show them properly they need to be
                    converted to local charset. Default charset is a current
                    locale charset.

gdisofs supports Sega GD-ROM images consisting of a directory containing data
and audio tracks ripped from a GD-ROM and a .gdi file containing metadata
describing how those tracks are layed out on the physical disc.

Currently only Sega Dreamcast games using the 3-track format are supported.


gdisofs is based on code from fuseisofs and the Linux kernel.
It is licensed under the terms of the GNU GPLv2; see COPYING for details.

About

FUSE module for mounting Sega Dreamcast GD-ROM images (.gdi format)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published