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

clfs-3.0.0-sysvinitsysvinit
Last change on this file since ae9c901 was 9e4058c, checked in by William Harrington <kb0iic@…>, 10 years ago

We don't create links of man, info, and doc to /usr anymore. HFSUtils uses /man which attempts to install man-pages to /usr/man/man1 which causes it to error. We will make it install man-pages to /usr/share/man with --mandir configure option.

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