source: postlfs/filesystems/gptfdisk.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since eede1a3 was 5c2571e3, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update packages.

Update to gptfdisk-1.0.8.
Update to pipewire-0.3.30.
Update to xscreensaver-6.01.
Update to fuse3-3.10.4.

  • Property mode set to 100644
File size: 6.1 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 <!ENTITY gptfdisk-download-http "&sourceforge-dl;/gptfdisk/gptfdisk-&gptfdisk-version;.tar.gz">
8 <!ENTITY gptfdisk-download-ftp " ">
9 <!ENTITY gptfdisk-md5sum "74684c4eb0e6d5a1839e4bb0bba36fa2">
10 <!ENTITY gptfdisk-size "208 KB">
11 <!ENTITY gptfdisk-buildsize "2.5 MB">
12 <!ENTITY gptfdisk-time "less than 0.1 SBU (0.2 SBU for tests)">
13]>
14
15<sect1 id="gptfdisk" xreflabel="gptfdisk-&gptfdisk-version;">
16 <?dbhtml filename="gptfdisk.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>gptfdisk-&gptfdisk-version;</title>
23
24 <indexterm zone="gptfdisk">
25 <primary sortas="a-gptfdisk">gptfdisk</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to gptfdisk</title>
30
31 <para>
32 The <application>gptfdisk</application> package is a set of programs for
33 creation and maintenance of GUID Partition Table (GPT) disk drives. A
34 GPT partitioned disk is required for drives greater than 2 TB and is a
35 modern replacement for legacy PC-BIOS partitioned disk drives that use a
36 Master Boot Record (MBR). The main program, <command>gdisk</command>,
37 has an inteface similar to the classic <command>fdisk</command> program.
38 </para>
39
40 &lfs101_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gptfdisk-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gptfdisk-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gptfdisk-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gptfdisk-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gptfdisk-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gptfdisk-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing='compact'>
78 <listitem>
79 <para>
80 Recommended patch: <ulink url=
81 "&patch-root;/gptfdisk-&gptfdisk-version;-convenience-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">gptfdisk Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="popt"/>
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="icu"/>
96 </para>
97
98 <para condition="html" role="usernotes">
99 User Notes: <ulink url="&blfs-wiki;/gptdisk"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of gptfdisk</title>
105
106 <para>
107 The <application>gptfdisk</application> package comes with a
108 rudimentary <filename>Makefile</filename>. First we update it
109 to provide a simple build and install interface and fix the
110 location of a header file.
111 Install <application>gptfdisk</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-1.patch &amp;&amp;
116sed -i 's|ncursesw/||' gptcurses.cc &amp;&amp;
117
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make test</command>.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <command>patch -Np1 ...</command>: This patch modifies the
136 <filename>Makefile</filename> file so that it provides an
137 <quote>install</quote> target.
138 </para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147
148 <seglistitem>
149 <seg>
150 cgdisk, gdisk, fixparts, and sgdisk
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="cgdisk">
161 <term><command>cgdisk</command></term>
162 <listitem>
163 <para>
164 is an ncurses-based tool for manipulating GPT partitions
165 </para>
166 <indexterm zone="gptfdisk cgdisk">
167 <primary sortas="b-cgdisk">cgdisk</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="gdisk">
173 <term><command>gdisk</command></term>
174 <listitem>
175 <para>
176 is an interactive text-mode tool for manipulating GPT partitions
177 </para>
178 <indexterm zone="gptfdisk gdisk">
179 <primary sortas="b-gdisk">gdisk</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="fixparts">
185 <term><command>fixparts</command></term>
186 <listitem>
187 <para>
188 repairs mis-formatted MBR based disk partitions
189 </para>
190 <indexterm zone="gptfdisk fixparts">
191 <primary sortas="b-fixparts">fixparts</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry id="sgdisk">
197 <term><command>sgdisk</command></term>
198 <listitem>
199 <para>
200 is a partition manipulation program for
201 GPT partitions similar to <command>sfdisk</command>
202 </para>
203 <indexterm zone="gptfdisk sgdisk">
204 <primary sortas="b-sgdisk">sgdisk</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 </variablelist>
210 </sect2>
211
212</sect1>
Note: See TracBrowser for help on using the repository browser.