<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fgdisk</id>
	<title>Comandos de la terminal/gdisk - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.cabal.mx/index.php?action=history&amp;feed=atom&amp;title=Comandos_de_la_terminal%2Fgdisk"/>
	<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gdisk&amp;action=history"/>
	<updated>2026-05-11T17:28:42Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gdisk&amp;diff=5609&amp;oldid=prev</id>
		<title>Rrc en 18:38 25 jul 2014</title>
		<link rel="alternate" type="text/html" href="http://wiki.cabal.mx/index.php?title=Comandos_de_la_terminal/gdisk&amp;diff=5609&amp;oldid=prev"/>
		<updated>2014-07-25T18:38:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
* [[:#gdisk | gdisk]]&lt;br /&gt;
&lt;br /&gt;
== gdisk ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# gdisk --help&lt;br /&gt;
GPT fdisk (gdisk) version 0.8.8&lt;br /&gt;
&lt;br /&gt;
Problem opening --help for reading! Error is 2.&lt;br /&gt;
The specified file does not exist!&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# gdisk -l /dev/sdb&lt;br /&gt;
GPT fdisk (gdisk) version 0.8.8&lt;br /&gt;
&lt;br /&gt;
Partition table scan:&lt;br /&gt;
  MBR: MBR only&lt;br /&gt;
  BSD: not present&lt;br /&gt;
  APM: not present&lt;br /&gt;
  GPT: not present&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
***************************************************************&lt;br /&gt;
Found invalid GPT and valid MBR; converting MBR to GPT format&lt;br /&gt;
in memory. &lt;br /&gt;
***************************************************************&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Warning! Secondary partition table overlaps the last partition by&lt;br /&gt;
33 blocks!&lt;br /&gt;
You will need to delete this partition or resize it in another utility.&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): 31830E5B-93A9-4CCE-BD90-FD5D8359AFA5&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 2014 sectors (1007.0 KiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048        15673343   7.5 GiB     8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# gdisk  /dev/sdb&lt;br /&gt;
GPT fdisk (gdisk) version 0.8.8&lt;br /&gt;
&lt;br /&gt;
Partition table scan:&lt;br /&gt;
  MBR: MBR only&lt;br /&gt;
  BSD: not present&lt;br /&gt;
  APM: not present&lt;br /&gt;
  GPT: not present&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
***************************************************************&lt;br /&gt;
Found invalid GPT and valid MBR; converting MBR to GPT format&lt;br /&gt;
in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by&lt;br /&gt;
typing &amp;#039;q&amp;#039; if you don&amp;#039;t want to convert your MBR partitions&lt;br /&gt;
to GPT format!&lt;br /&gt;
***************************************************************&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Warning! Secondary partition table overlaps the last partition by&lt;br /&gt;
33 blocks!&lt;br /&gt;
You will need to delete this partition or resize it in another utility.&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): 73F98452-9BD6-4406-8859-7000C170E64F&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 2014 sectors (1007.0 KiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048        15673343   7.5 GiB     8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): A8D6F725-BE37-488B-9F6E-0EEBCE6CA483&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 2014 sectors (1007.0 KiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048        15673343   7.5 GiB     8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): d&lt;br /&gt;
Using 1&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): A8D6F725-BE37-488B-9F6E-0EEBCE6CA483&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 15673277 sectors (7.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (1-128, default 1): &lt;br /&gt;
First sector (34-15673310, default = 2048) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (2048-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): L&lt;br /&gt;
0700 Microsoft basic data  0c01 Microsoft reserved    2700 Windows RE          &lt;br /&gt;
4100 PowerPC PReP boot     4200 Windows LDM data      4201 Windows LDM metadata&lt;br /&gt;
7501 IBM GPFS              7f00 ChromeOS kernel       7f01 ChromeOS root       &lt;br /&gt;
7f02 ChromeOS reserved     8200 Linux swap            8300 Linux filesystem    &lt;br /&gt;
8301 Linux reserved        8302 Linux /home           8400 Intel Rapid Start   &lt;br /&gt;
8e00 Linux LVM             a500 FreeBSD disklabel     a501 FreeBSD boot        &lt;br /&gt;
a502 FreeBSD swap          a503 FreeBSD UFS           a504 FreeBSD ZFS         &lt;br /&gt;
a505 FreeBSD Vinum/RAID    a580 Midnight BSD data     a581 Midnight BSD boot   &lt;br /&gt;
a582 Midnight BSD swap     a583 Midnight BSD UFS      a584 Midnight BSD ZFS    &lt;br /&gt;
a585 Midnight BSD Vinum    a800 Apple UFS             a901 NetBSD swap         &lt;br /&gt;
a902 NetBSD FFS            a903 NetBSD LFS            a904 NetBSD concatenated &lt;br /&gt;
a905 NetBSD encrypted      a906 NetBSD RAID           ab00 Apple boot          &lt;br /&gt;
af00 Apple HFS/HFS+        af01 Apple RAID            af02 Apple RAID offline  &lt;br /&gt;
af03 Apple label           af04 AppleTV recovery      af05 Apple Core Storage  &lt;br /&gt;
be00 Solaris boot          bf00 Solaris root          bf01 Solaris /usr &amp;amp; Mac Z&lt;br /&gt;
bf02 Solaris swap          bf03 Solaris backup        bf04 Solaris /var        &lt;br /&gt;
bf05 Solaris /home         bf06 Solaris alternate se  bf07 Solaris Reserved 1  &lt;br /&gt;
bf08 Solaris Reserved 2    bf09 Solaris Reserved 3    bf0a Solaris Reserved 4  &lt;br /&gt;
bf0b Solaris Reserved 5    c001 HP-UX data            c002 HP-UX service       &lt;br /&gt;
ea00 Freedesktop $BOOT     eb00 Haiku BFS             ed00 Sony system partitio&lt;br /&gt;
ef00 EFI System            ef01 MBR partition scheme  ef02 BIOS boot partition &lt;br /&gt;
Press the &amp;lt;Enter&amp;gt; key to see more codes: 8300&lt;br /&gt;
fb00 VMWare VMFS           fb01 VMWare reserved       fc00 VMWare kcore crash p&lt;br /&gt;
fd00 Linux RAID            &lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): A8D6F725-BE37-488B-9F6E-0EEBCE6CA483&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 13576125 sectors (6.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048         2099199   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (2-128, default 2): &lt;br /&gt;
First sector (34-15673310, default = 2099200) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (2099200-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n   &lt;br /&gt;
Partition number (3-128, default 3): &lt;br /&gt;
First sector (34-15673310, default = 4196352) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (4196352-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (4-128, default 4): &lt;br /&gt;
First sector (34-15673310, default = 6293504) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (6293504-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (5-128, default 5): &lt;br /&gt;
First sector (34-15673310, default = 8390656) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (8390656-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): A8D6F725-BE37-488B-9F6E-0EEBCE6CA483&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 5187517 sectors (2.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048         2099199   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   2         2099200         4196351   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   3         4196352         6293503   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   4         6293504         8390655   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   5         8390656        10487807   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): i&lt;br /&gt;
Partition number (1-5): 4&lt;br /&gt;
Partition GUID code: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 (Linux filesystem)&lt;br /&gt;
Partition unique GUID: CC687F82-26A4-45F7-8463-B24EAF22861F&lt;br /&gt;
First sector: 6293504 (at 3.0 GiB)&lt;br /&gt;
Last sector: 8390655 (at 4.0 GiB)&lt;br /&gt;
Partition size: 2097152 sectors (1024.0 MiB)&lt;br /&gt;
Attribute flags: 0000000000000000&lt;br /&gt;
Partition name: &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): l&lt;br /&gt;
0700 Microsoft basic data  0c01 Microsoft reserved    2700 Windows RE          &lt;br /&gt;
4100 PowerPC PReP boot     4200 Windows LDM data      4201 Windows LDM metadata&lt;br /&gt;
7501 IBM GPFS              7f00 ChromeOS kernel       7f01 ChromeOS root       &lt;br /&gt;
7f02 ChromeOS reserved     8200 Linux swap            8300 Linux filesystem    &lt;br /&gt;
8301 Linux reserved        8302 Linux /home           8400 Intel Rapid Start   &lt;br /&gt;
8e00 Linux LVM             a500 FreeBSD disklabel     a501 FreeBSD boot        &lt;br /&gt;
a502 FreeBSD swap          a503 FreeBSD UFS           a504 FreeBSD ZFS         &lt;br /&gt;
a505 FreeBSD Vinum/RAID    a580 Midnight BSD data     a581 Midnight BSD boot   &lt;br /&gt;
a582 Midnight BSD swap     a583 Midnight BSD UFS      a584 Midnight BSD ZFS    &lt;br /&gt;
a585 Midnight BSD Vinum    a800 Apple UFS             a901 NetBSD swap         &lt;br /&gt;
a902 NetBSD FFS            a903 NetBSD LFS            a904 NetBSD concatenated &lt;br /&gt;
a905 NetBSD encrypted      a906 NetBSD RAID           ab00 Apple boot          &lt;br /&gt;
af00 Apple HFS/HFS+        af01 Apple RAID            af02 Apple RAID offline  &lt;br /&gt;
af03 Apple label           af04 AppleTV recovery      af05 Apple Core Storage  &lt;br /&gt;
be00 Solaris boot          bf00 Solaris root          bf01 Solaris /usr &amp;amp; Mac Z&lt;br /&gt;
bf02 Solaris swap          bf03 Solaris backup        bf04 Solaris /var        &lt;br /&gt;
bf05 Solaris /home         bf06 Solaris alternate se  bf07 Solaris Reserved 1  &lt;br /&gt;
bf08 Solaris Reserved 2    bf09 Solaris Reserved 3    bf0a Solaris Reserved 4  &lt;br /&gt;
bf0b Solaris Reserved 5    c001 HP-UX data            c002 HP-UX service       &lt;br /&gt;
ea00 Freedesktop $BOOT     eb00 Haiku BFS             ed00 Sony system partitio&lt;br /&gt;
ef00 EFI System            ef01 MBR partition scheme  ef02 BIOS boot partition &lt;br /&gt;
Press the &amp;lt;Enter&amp;gt; key to see more codes: &lt;br /&gt;
fb00 VMWare VMFS           fb01 VMWare reserved       fc00 VMWare kcore crash p&lt;br /&gt;
fd00 Linux RAID            &lt;br /&gt;
&lt;br /&gt;
Command (? for help): o&lt;br /&gt;
This option deletes all partitions and creates a new protective MBR.&lt;br /&gt;
Proceed? (Y/N): y&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): F2552AB7-74CD-414B-841B-CD0CD6DD6459&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 15673277 sectors (7.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
&lt;br /&gt;
Command (? for help): r&lt;br /&gt;
&lt;br /&gt;
Recovery/transformation command (? for help): ?&lt;br /&gt;
b	use backup GPT header (rebuilding main)&lt;br /&gt;
c	load backup partition table from disk (rebuilding main)&lt;br /&gt;
d	use main GPT header (rebuilding backup)&lt;br /&gt;
e	load main partition table from disk (rebuilding backup)&lt;br /&gt;
f	load MBR and build fresh GPT from it&lt;br /&gt;
g	convert GPT into MBR and exit&lt;br /&gt;
h	make hybrid MBR&lt;br /&gt;
i	show detailed information on a partition&lt;br /&gt;
l	load partition data from a backup file&lt;br /&gt;
m	return to main menu&lt;br /&gt;
o	print protective MBR data&lt;br /&gt;
p	print the partition table&lt;br /&gt;
q	quit without saving changes&lt;br /&gt;
t	transform BSD disklabel partition&lt;br /&gt;
v	verify disk&lt;br /&gt;
w	write table to disk and exit&lt;br /&gt;
x	extra functionality (experts only)&lt;br /&gt;
?	print this menu&lt;br /&gt;
&lt;br /&gt;
Recovery/transformation command (? for help): m&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (1-128, default 1): 3&lt;br /&gt;
First sector (34-15673310, default = 2048) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (2048-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (1-128, default 1): 5&lt;br /&gt;
First sector (34-15673310, default = 2099200) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (2099200-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): n&lt;br /&gt;
Partition number (1-128, default 1): 1&lt;br /&gt;
First sector (34-15673310, default = 4196352) or {+-}size{KMGTP}: &lt;br /&gt;
Last sector (4196352-15673310, default = 15673310) or {+-}size{KMGTP}: +1G&lt;br /&gt;
Current type is &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
Hex code or GUID (L to show codes, Enter = 8300): &lt;br /&gt;
Changed type of partition to &amp;#039;Linux filesystem&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): F2552AB7-74CD-414B-841B-CD0CD6DD6459&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 9381821 sectors (4.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1         4196352         6293503   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   3            2048         2099199   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   5         2099200         4196351   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): s&lt;br /&gt;
You may need to edit /etc/fstab and/or your boot loader configuration!&lt;br /&gt;
&lt;br /&gt;
Command (? for help): p&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): F2552AB7-74CD-414B-841B-CD0CD6DD6459&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 9381821 sectors (4.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048         2099199   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   2         2099200         4196351   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   3         4196352         6293503   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
Command (? for help): v&lt;br /&gt;
&lt;br /&gt;
No problems found. 9381821 free sectors (4.5 GiB) available in 2&lt;br /&gt;
segments, the largest of which is 9379807 (4.5 GiB) in size.&lt;br /&gt;
&lt;br /&gt;
Command (? for help): x&lt;br /&gt;
&lt;br /&gt;
Expert command (? for help): ?&lt;br /&gt;
a	set attributes&lt;br /&gt;
c	change partition GUID&lt;br /&gt;
d	display the sector alignment value&lt;br /&gt;
e	relocate backup data structures to the end of the disk&lt;br /&gt;
g	change disk GUID&lt;br /&gt;
h	recompute CHS values in protective/hybrid MBR&lt;br /&gt;
i	show detailed information on a partition&lt;br /&gt;
l	set the sector alignment value&lt;br /&gt;
m	return to main menu&lt;br /&gt;
n	create a new protective MBR&lt;br /&gt;
o	print protective MBR data&lt;br /&gt;
p	print the partition table&lt;br /&gt;
q	quit without saving changes&lt;br /&gt;
r	recovery and transformation options (experts only)&lt;br /&gt;
s	resize partition table&lt;br /&gt;
t	transpose two partition table entries&lt;br /&gt;
u	Replicate partition table on new device&lt;br /&gt;
v	verify disk&lt;br /&gt;
w	write table to disk and exit&lt;br /&gt;
z	zap (destroy) GPT data structures and exit&lt;br /&gt;
?	print this menu&lt;br /&gt;
&lt;br /&gt;
Expert command (? for help): m&lt;br /&gt;
&lt;br /&gt;
Command (? for help): w&lt;br /&gt;
&lt;br /&gt;
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING&lt;br /&gt;
PARTITIONS!!&lt;br /&gt;
&lt;br /&gt;
Do you want to proceed? (Y/N): y&lt;br /&gt;
OK; writing new GUID partition table (GPT) to /dev/sdb.&lt;br /&gt;
The operation has completed successfully.&lt;br /&gt;
[root@Llawyr mnt]# gdisk -l&lt;br /&gt;
GPT fdisk (gdisk) version 0.8.8&lt;br /&gt;
&lt;br /&gt;
Problem opening -l for reading! Error is 2.&lt;br /&gt;
The specified file does not exist!&lt;br /&gt;
[root@Llawyr mnt]# gdisk -l /dev/sdb&lt;br /&gt;
GPT fdisk (gdisk) version 0.8.8&lt;br /&gt;
&lt;br /&gt;
Partition table scan:&lt;br /&gt;
  MBR: protective&lt;br /&gt;
  BSD: not present&lt;br /&gt;
  APM: not present&lt;br /&gt;
  GPT: present&lt;br /&gt;
&lt;br /&gt;
Found valid GPT with protective MBR; using GPT.&lt;br /&gt;
Disk /dev/sdb: 15673344 sectors, 7.5 GiB&lt;br /&gt;
Logical sector size: 512 bytes&lt;br /&gt;
Disk identifier (GUID): F2552AB7-74CD-414B-841B-CD0CD6DD6459&lt;br /&gt;
Partition table holds up to 128 entries&lt;br /&gt;
First usable sector is 34, last usable sector is 15673310&lt;br /&gt;
Partitions will be aligned on 2048-sector boundaries&lt;br /&gt;
Total free space is 9381821 sectors (4.5 GiB)&lt;br /&gt;
&lt;br /&gt;
Number  Start (sector)    End (sector)  Size       Code  Name&lt;br /&gt;
   1            2048         2099199   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   2         2099200         4196351   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
   3         4196352         6293503   1024.0 MiB  8300  Linux filesystem&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# mkfs -t ext4 /dev/sdb3&lt;br /&gt;
mke2fs 1.42.9 (28-Dec-2013)&lt;br /&gt;
Filesystem label=&lt;br /&gt;
OS type: Linux&lt;br /&gt;
Block size=4096 (log=2)&lt;br /&gt;
Fragment size=4096 (log=2)&lt;br /&gt;
Stride=0 blocks, Stripe width=0 blocks&lt;br /&gt;
65536 inodes, 262144 blocks&lt;br /&gt;
13107 blocks (5.00%) reserved for the super user&lt;br /&gt;
First data block=0&lt;br /&gt;
Maximum filesystem blocks=268435456&lt;br /&gt;
8 block groups&lt;br /&gt;
32768 blocks per group, 32768 fragments per group&lt;br /&gt;
8192 inodes per group&lt;br /&gt;
Superblock backups stored on blocks: &lt;br /&gt;
	32768, 98304, 163840, 229376&lt;br /&gt;
&lt;br /&gt;
Allocating group tables: done                            &lt;br /&gt;
Writing inode tables: done                            &lt;br /&gt;
Creating journal (8192 blocks): done&lt;br /&gt;
Writing superblocks and filesystem accounting information: done&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# mount -t auto /dev/sdb3 /mnt&lt;br /&gt;
&lt;br /&gt;
[root@Llawyr mnt]# mount&lt;br /&gt;
proc on /proc type proc (rw,relatime)&lt;br /&gt;
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
 .&lt;br /&gt;
/dev/sda3 on /home type ext4 (rw,noatime,data=ordered)&lt;br /&gt;
/dev/sda1 on /boot type ext4 (rw,noatime,data=ordered)&lt;br /&gt;
/dev/sdb3 on /mnt type ext4 (rw,relatime,data=ordered)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Comandos de la terminal]]&lt;/div&gt;</summary>
		<author><name>Rrc</name></author>
		
	</entry>
</feed>