-
Notifications
You must be signed in to change notification settings - Fork 1
/
efsextract.1
61 lines (61 loc) · 1.71 KB
/
efsextract.1
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.TH efsextract 1
.SH NAME
efsextract \- extract files from SGI CD images or EFS file systems
.SH SYNOPSIS
.nf
\fBefsextract\fR [\fIOPTION\fR] [\fIFILE\fR]
\fBefsextract\fR [\fI-h\fR|\fI-V\fR]
.SH DESCRIPTION
.I efsextract
extracts files from an SGI CD image, or an EFS file system.
.P
Silicon Graphics (SGI) was a computer company that existed from 1981 to
2009. During this period, they shipped software for their computers,
sometimes on CD, and often not using the standard ISO9660 file system.
These discs are instead simply hard disc images pressed to CD. Thus,
they have an SGI disk label and an EFS partition.
.P
Most systems cannot understand this sort of disc format. This tool was
developed to allow non-SGI systems to at least be able to extract files
from such discs.
.SH OPTIONS
.TP
.B \-h
Print a usage message on standard output and exit successfully.
.TP
.B \-l
List files without extracting.
.TP
.B \-L
List partitions and bootfiles from the volume header.
.TP
.B \-o \fIARCHIVE
\fRInstead of extracting, create a tar archive \fIARCHIVE\fR containing
all files from the image.
.TP
.B \-p \fINUM
\fRUse partition number \fINUM\fR (default: 7).
.TP
.B \-q
Do not show file listing while extracting.
.TP
.B \-V
Print version information on standard output and exit successfully.
.TP
.B \-W
Instead of extracting, scan the image for `inst' packages and list them.
.TP
.B \-X
Extract bootfiles from the volume header.
.SH AUTHOR
Jason Benaim <jkbenaim@gmail.com>
.SH COPYRIGHT
Copyright \(co 2023-2024 Jason Benaim.
.br
Licensed under the GNU GPL version 2 or later.
.br
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH SEE ALSO
.BR iso-read (1),
.BR isoinfo (1)