source: postlfs/filesystems/gptfdisk.xml@ 96a09fb8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 96a09fb8 was 96a09fb8, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to yaml-0.1.7
Tags and various fixes before I start GNOME

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

  • 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 "07b625a583b66c8c5840be5923f3e3fe">
10 <!ENTITY gptfdisk-size "195 KB">
11 <!ENTITY gptfdisk-buildsize "3.1 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 &lfs81_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">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="popt"/> (required to build sgdisk)
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="icu"/> (for Unicode partition names)
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 POPT=1</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make POPT=1 install</userinput></screen>
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <parameter>POPT=1</parameter>: Adding this option to the
118 <command>make</command> command is required to build
119 <command>sgdisk</command>. If used, this option needs to be on both the
120 <command>make</command> and the <command>make install</command> line.
121 </para>
122
123 <para>
124 <option>ICU=1</option>: Adding this option to the <command>make</command>
125 command allows use of Unicode characters in partition names.
126 </para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135
136 <seglistitem>
137 <seg>
138 cgdisk, gdisk, fixparts, and sgdisk
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="cgdisk">
149 <term><command>cgdisk</command></term>
150 <listitem>
151 <para>is an is a curses-based text-mode tool for
152 manipulating GPT partitions.</para>
153 <indexterm zone="gptfdisk cgdisk">
154 <primary sortas="b-cgdisk">cgdisk</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="gdisk">
160 <term><command>gdisk</command></term>
161 <listitem>
162 <para>is an interactive text-mode tool
163 for manipulating GPT partitions.</para>
164 <indexterm zone="gptfdisk gdisk">
165 <primary sortas="b-gdisk">gdisk</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="fixparts">
171 <term><command>fixparts</command></term>
172 <listitem>
173 <para>repairs mis-formatted MBR based disk partitions.</para>
174 <indexterm zone="gptfdisk fixparts">
175 <primary sortas="b-fixparts">fixparts</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="sgdisk">
181 <term><command>sgdisk</command></term>
182 <listitem>
183 <para>is a partition manipulation program for
184 GPT partitions similar to <command>sfdisk</command>.</para>
185 <indexterm zone="gptfdisk sgdisk">
186 <primary sortas="b-sgdisk">sgdisk</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192 </sect2>
193</sect1>
Note: See TracBrowser for help on using the repository browser.