1

Думаю, что это интересно:
http://www.ibm.com/developerworks/ru/li … index.html

2

Oleg65⇓ пишет:

Раскройте весь потенциал дисков большой емкости с помощью GPT и Linux

# gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.6

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): E57A96DE-7D12-4E58-9FDC-FA081546C22F
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 1094 sectors (547.0 KiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1              40            2047   1004.0 KiB  EF02  BIOS boot partition
   2            2048        66498047   31.7 GiB    8300  Linux filesystem
   3        66498048        99746047   15.9 GiB    8300  Linux filesystem
   4        99746048       166244095   31.7 GiB    0700  Linux filesystem
   5       166244096       174556095   4.0 GiB     8200  Linux swap
   6       174557184       358877183   87.9 GiB    0700  
   7       358877184       359491583   300.0 MiB   2700  Basic data partition
   8       359491584       359696383   100.0 MiB   0700  EFI system partition
   9       359696384       359958527   128.0 MiB   0C01  Microsoft reserved part
  10       359958528       404289151   21.1 GiB    0700  Linux filesystem
  11       404289152       448619775   21.1 GiB    0700  Linux filesystem
  12       448619776       492950399   21.1 GiB    0700  Linux filesystem
  13       492950400       734861759   115.4 GiB   0700  Linux filesystem
  14       734861760       976773134   115.4 GiB   0700  Linux filesystem
# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.6

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): DBF226A2-846C-4283-BCB5-6FD01DC64164
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048         1026047   500.0 MiB   8300  Linux filesystem
   2         1026048         1091583   32.0 MiB    EF02  BIOS boot partition
   3         1091584         2115583   500.0 MiB   8300  Linux filesystem
   4         2115584        65030143   30.0 GiB    8300  Linux filesystem
   5        65030144      1953525134   900.5 GiB   BF00  Solaris root
# 

Потенциал раскрыт?
ы. Плакат надо - А ты перешел на GPT? ab

История показывает, что во всем новом обычно кроется какой-то подвох.
Классическая ошибка, которую совершают проектировщики
абсолютно надежных систем, - недооценка изобретательности клинических идиотов.

3

Oleg65 пишет:

Думаю, что это интересно:

А там есть объяснения, зачем вообще может понадобиться GPT?

«Я устал, я ухожу.»

4

Vitri⇓ пишет:

А там есть объяснения, зачем вообще может понадобиться GPT?

для создания разделов > 2Гб и/или начинающихся за 2-х гиговой отметкой...

95% процентов проблем находятся между клавиатурой и стулом.