source: BOOK/final-system/ppc/hfsutils.xml @ b27081c4

sysvinit
Last change on this file since b27081c4 was b27081c4, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 7.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-hfsutils" role="wrap">
9  <?dbhtml filename="hfsutils.html"?>
10
11  <title>Hfsutils-&hfsutils-version;</title>
12
13  <indexterm zone="ch-system-hfsutils">
14    <primary sortas="a-Hfsutils">Hfsutils</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Hfsutils package contains a number of utilities for accessing
21    files on <systemitem class="filesystem">hfs</systemitem> filesystems.
22    It is needed to run <command>ybin</command>.</para>
23
24  </sect2>
25
26  <sect2 role="installation">
27    <title>Installation of Hfsutils</title>
28
29    <para os="p1">Apply the following patch to add a missing
30    <filename>errno.h</filename> include and allow HFSutils to recognize
31    devices larger than 2GB:</para>
32
33<screen os="p2"><userinput>patch -Np1 -i ../&hfsutils-fixes-patch;</userinput></screen>
34
35    <para os="a">Prepare Hfsutils for compilation:</para>
36
37<screen><userinput>./configure \
38    --prefix=/usr \
39    --mandir=/usr/share/man</userinput></screen>
40
41    <para os="c">Compile the package:</para>
42
43<screen os="d"><userinput>make</userinput></screen>
44
45    <para os="e">Install the package:</para>
46
47<screen os="f"><userinput>make install</userinput></screen>
48
49  </sect2>
50
51  <sect2 id="contents-hfsutils" role="content">
52    <title>Contents of Hfsutils</title>
53
54    <segmentedlist>
55      <segtitle>Installed programs</segtitle>
56
57      <seglistitem>
58        <seg>hattrib, hcd, hcopy, hdel, hdir, hfsutils, hformat, hls, hmkdir,
59        hmount, hpwd, hrename, hrmdir, humount, hvol (these are all hardlinks
60        to hfsutils).</seg>
61      </seglistitem>
62    </segmentedlist>
63
64    <variablelist>
65      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
66      <?dbfo list-presentation="list"?>
67      <?dbhtml list-presentation="table"?>
68
69      <varlistentry id="hattrib">
70        <term><command>hattrib</command></term>
71        <listitem>
72          <para>Change FS file or directory attributes.</para>
73          <indexterm zone="ch-system-hfsutils hattrib">
74            <primary sortas="b-hattrib">hattrib</primary>
75          </indexterm>
76        </listitem>
77      </varlistentry>
78
79      <varlistentry id="hcd">
80        <term><command>hcd</command></term>
81        <listitem>
82          <para>Change working HFS directory.</para>
83          <indexterm zone="ch-system-hfsutils hcd">
84            <primary sortas="b-hcd">hcd</primary>
85          </indexterm>
86        </listitem>
87      </varlistentry>
88
89      <varlistentry id="hcopy">
90        <term><command>hcopy</command></term>
91        <listitem>
92          <para>Copy files to or from an HFS volume.</para>
93          <indexterm zone="ch-system-hfsutils hcopy">
94            <primary sortas="b-hcopy">hcopy</primary>
95          </indexterm>
96        </listitem>
97      </varlistentry>
98
99      <varlistentry id="hdel">
100        <term><command>hdel</command></term>
101        <listitem>
102          <para>Delete both forks of an HFS file.</para>
103          <indexterm zone="ch-system-hfsutils hdel">
104            <primary sortas="b-hdel">hdel</primary>
105          </indexterm>
106        </listitem>
107      </varlistentry>
108
109      <varlistentry id="hdir">
110        <term><command>hdir</command></term>
111        <listitem>
112          <para>Display an HFS directory in long format.</para>
113          <indexterm zone="ch-system-hfsutils hdir">
114            <primary sortas="b-hdir">hdir</primary>
115          </indexterm>
116        </listitem>
117      </varlistentry>
118
119      <varlistentry id="hformat">
120        <term><command>hformat</command></term>
121        <listitem>
122          <para>Create a new HFS filesystem and make it current.</para>
123          <indexterm zone="ch-system-hfsutils hformat">
124            <primary sortas="b-hformat">hformat</primary>
125          </indexterm>
126        </listitem>
127      </varlistentry>
128
129      <varlistentry id="hfsutils">
130        <term><command>hfsutils</command></term>
131        <listitem>
132          <para>Tools for accessing Macintosh HFS-formatted volumes.</para>
133          <indexterm zone="ch-system-hfsutils hfsutils">
134            <primary sortas="b-hfsutils">hfsutils</primary>
135          </indexterm>
136        </listitem>
137      </varlistentry>
138
139      <varlistentry id="hls">
140        <term><command>hls</command></term>
141        <listitem>
142          <para>List files in an HFS directory.</para>
143          <indexterm zone="ch-system-hfsutils hls">
144            <primary sortas="b-hls">hls</primary>
145          </indexterm>
146        </listitem>
147      </varlistentry>
148
149      <varlistentry id="hmkdir">
150        <term><command>hmkdir</command></term>
151        <listitem>
152          <para>Create a new HFS directory.</para>
153          <indexterm zone="ch-system-hfsutils hmkdir">
154            <primary sortas="b-hmkdir">hmkdir</primary>
155          </indexterm>
156        </listitem>
157      </varlistentry>
158
159      <varlistentry id="hmount">
160        <term><command>hmount</command></term>
161        <listitem>
162          <para>Introduce a new HFS volume and make it current.</para>
163          <indexterm zone="ch-system-hfsutils hmount">
164            <primary sortas="b-hmount">hmount</primary>
165          </indexterm>
166        </listitem>
167      </varlistentry>
168
169      <varlistentry id="hpwd">
170        <term><command>hpwd</command></term>
171        <listitem>
172          <para>Print the full path to the current HFS working directory.</para>
173          <indexterm zone="ch-system-hfsutils hpwd">
174            <primary sortas="b-hpwd">hpwd</primary>
175          </indexterm>
176        </listitem>
177      </varlistentry>
178
179      <varlistentry id="hrename">
180        <term><command>hrename</command></term>
181        <listitem>
182          <para>Rename or move an HFS file or directory.</para>
183          <indexterm zone="ch-system-hfsutils hrename">
184            <primary sortas="b-hrename">hrename</primary>
185          </indexterm>
186        </listitem>
187      </varlistentry>
188
189      <varlistentry id="hrmdir">
190        <term><command>hrmdir</command></term>
191        <listitem>
192          <para>Remaove an empty HFS directory.</para>
193          <indexterm zone="ch-system-hfsutils hrmdir">
194            <primary sortas="b-hrmdir">hrmdir</primary>
195          </indexterm>
196        </listitem>
197      </varlistentry>
198
199      <varlistentry id="humount">
200        <term><command>humount</command></term>
201        <listitem>
202          <para>Remove an HFS volume from the list of known volumes.</para>
203          <indexterm zone="ch-system-hfsutils humount">
204            <primary sortas="b-humount">humount</primary>
205          </indexterm>
206        </listitem>
207      </varlistentry>
208
209      <varlistentry id="hvol">
210        <term><command>hvol</command></term>
211        <listitem>
212          <para>Display or change the current HFS volume.</para>
213          <indexterm zone="ch-system-hfsutils hvol">
214            <primary sortas="b-hvol">hvol</primary>
215          </indexterm>
216        </listitem>
217      </varlistentry>
218
219    </variablelist>
220
221  </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.