source: postlfs/filesystems/gptfdisk.xml@ 6030130

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 6030130 was 6030130, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to git-2.23.0
Tag the rest of the packages I normally build before Xorg

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21991 af4574ff-66df-0310-9fd7-8a98e5e911e0

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