forked from kini/gptfdisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
srs5694
committed
Sep 11, 2011
1 parent
3860cbe
commit a17fe69
Showing
22 changed files
with
581 additions
and
988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
Summary: GPT partitioning and MBR repair software | ||
Name: gptfdisk | ||
Version: 0.7.2 | ||
Version: 0.8.0 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
URL: http://www.rodsbooks.com/gdisk | ||
Group: Applications/System | ||
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.7.2.tar.gz | ||
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.0.tar.gz | ||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | ||
|
||
%description | ||
|
||
Partitioning software for GPT disks and to repair MBR | ||
disks. The gdisk and sgdisk utilities (in the gdisk | ||
package) are GPT-enabled partitioning tools; the | ||
fixparts utility (in the fixparts package) fixes some | ||
problems with MBR disks that can be created by buggy | ||
partitioning software. | ||
Partitioning software for GPT disks and to repair MBR disks. The gdisk, | ||
cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled | ||
partitioning tools; the fixparts utility (in the fixparts package) fixes | ||
some problems with MBR disks that can be created by buggy partitioning | ||
software. | ||
|
||
%package -n gdisk | ||
|
||
|
@@ -41,9 +40,11 @@ rm -rf $RPM_BUILD_ROOT | |
mkdir -p $RPM_BUILD_ROOT/usr/sbin | ||
install -Dp -m0755 gdisk $RPM_BUILD_ROOT/usr/sbin | ||
install -Dp -m0755 sgdisk $RPM_BUILD_ROOT/usr/sbin | ||
install -Dp -m0755 cgdisk $RPM_BUILD_ROOT/usr/sbin | ||
install -Dp -m0755 fixparts $RPM_BUILD_ROOT/usr/sbin | ||
install -Dp -m0644 gdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/gdisk.8 | ||
install -Dp -m0644 sgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/sgdisk.8 | ||
install -Dp -m0644 cgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/cgdisk.8 | ||
install -Dp -m0644 fixparts.8 $RPM_BUILD_ROOT/%{_mandir}/man8/fixparts.8 | ||
|
||
%clean | ||
|
@@ -54,8 +55,10 @@ rm -rf $RPM_BUILD_ROOT | |
%doc NEWS COPYING README | ||
/usr/sbin/gdisk | ||
/usr/sbin/sgdisk | ||
/usr/sbin/cgdisk | ||
%doc %{_mandir}/man8/gdisk.8* | ||
%doc %{_mandir}/man8/sgdisk.8* | ||
%doc %{_mandir}/man8/cgdisk.8* | ||
|
||
%package -n fixparts | ||
|
||
|
@@ -77,5 +80,5 @@ provides a few additional partition manipulation features. | |
|
||
|
||
%changelog | ||
* Sun Jun 26 2011 R Smith <[email protected]> - 0.7.2 | ||
- Created spec file for 0.7.2 release | ||
* Sat Sep 10 2011 R Smith <[email protected]> - 0.8.0 | ||
- Created spec file for 0.8.0 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "FIXPARTS" "8" "0.7.2" "Roderick W. Smith" "FixParts Manual" | ||
.TH "FIXPARTS" "8" "0.8.0" "Roderick W. Smith" "FixParts Manual" | ||
.SH "NAME" | ||
fixparts \- MBR partition table repair utility | ||
.SH "SYNOPSIS" | ||
|
@@ -202,7 +202,7 @@ see a summary of available options. | |
.PP | ||
|
||
.SH "BUGS" | ||
As of June 2011 (version 0.7.2), \fBfixparts\fR | ||
As of September 2011 (version 0.8.0), \fBfixparts\fR | ||
should be considered beta software. Known bugs and limitations include: | ||
|
||
.TP | ||
|
@@ -266,6 +266,7 @@ Contributors: | |
|
||
.SH "SEE ALSO" | ||
\fBcfdisk (8)\fR, | ||
\fBcgdisk (8)\fR, | ||
\fBfdisk (8)\fR, | ||
\fBmkfs (8)\fR, | ||
\fBparted (8)\fR, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "GDISK" "8" "0.7.2" "Roderick W. Smith" "GPT fdisk Manual" | ||
.TH "GDISK" "8" "0.8.0" "Roderick W. Smith" "GPT fdisk Manual" | ||
.SH "NAME" | ||
gdisk \- Interactive GUID partition table (GPT) manipulator | ||
.SH "SYNOPSIS" | ||
|
@@ -93,7 +93,7 @@ and in whatever sizes are desired. | |
.B * | ||
Boot disks for EFI\-based systems require an \fIEFI System | ||
Partition\fR (\fBgdisk\fR internal code 0xEF00) formatted as FAT\-32. | ||
The recommended size of this partition is between 100 and 200 MiB. | ||
The recommended size of this partition is between 100 and 300 MiB. | ||
Boot\-related files are stored here. (Note that GNU Parted identifies | ||
such partitions as having the "boot flag" set.) | ||
|
||
|
@@ -467,15 +467,15 @@ option on the main menu. | |
.TP | ||
.B l | ||
Change the sector alignment value. Disks with more logical sectors per | ||
physical sectors (such as some Western Digital models introduced in | ||
December of 2009) and some RAID configurations can suffer performance | ||
problems if partitions are not aligned properly for their internal data | ||
structures. On new disks, GPT fdisk attempts to align partitions on | ||
2048\-sector (1MiB) boundaries by default, which optimizes performance for | ||
both of these disk types. On pre\-partitioned disks, GPT fdisk attempts to | ||
identify the alignment value used on that disk, but will set 8-sector | ||
alignment on disks larger than 300 GB even if lesser alignment values are | ||
detected. In either case, it can be changed by using this option. | ||
physical sectors (such as modern Advanced Format drives), some RAID | ||
configurations, and many SSD devices, can suffer performance problems if | ||
partitions are not aligned properly for their internal data structures. On | ||
new disks, GPT fdisk attempts to align partitions on 2048\-sector (1MiB) | ||
boundaries by default, which optimizes performance for all of these disk | ||
types. On pre\-partitioned disks, GPT fdisk attempts to identify the | ||
alignment value used on that disk, but will set 8-sector alignment on disks | ||
larger than 300 GB even if lesser alignment values are detected. In either | ||
case, it can be changed by using this option. | ||
|
||
.TP | ||
.B m | ||
|
@@ -561,7 +561,7 @@ entering data. When only one option is possible, \fBgdisk\fR | |
usually bypasses the prompt entirely. | ||
|
||
.SH "BUGS" | ||
As of June 2011 (version 0.7.2), \fBgdisk\fR | ||
As of September 2011 (version 0.8.0), \fBgdisk\fR | ||
should be considered beta software. Known bugs and limitations include: | ||
|
||
.TP | ||
|
@@ -649,10 +649,6 @@ options in this case. | |
|
||
.PP | ||
|
||
The support for big\-endian CPUs (PowerPC, for example) is new, as of | ||
version 0.3.5. I advise using caution on such CPUs, particularly with the | ||
more obscure features of the program. | ||
|
||
.SH "AUTHORS" | ||
Primary author: Roderick W. Smith ([email protected]) | ||
|
||
|
@@ -671,6 +667,7 @@ Contributors: | |
|
||
.SH "SEE ALSO" | ||
\fBcfdisk (8)\fR, | ||
\fBcgdisk (8)\fR, | ||
\fBfdisk (8)\fR, | ||
\fBmkfs (8)\fR, | ||
\fBparted (8)\fR, | ||
|
Oops, something went wrong.