-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
33 lines (21 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.