Дано:
Плата GA-Z77X-UD3H на чипсете intel Z77, на этом чипсете висят два диска по 250 Гб, собраны в RAID 1 (через биос), дополнительно стоит еще один диск на 2 Тб как файлопомойка. RAID разбит на 3 раздела - 1 - 100 Мб UEFI, 2- 160 Гб установлена windows 7 64bit, и 72 Гб не распределено (оставил под Ubuntu).
Загружаюсь с Live USB 14.04.01 (ubuntu-14.04.1-desktop-amd64.iso)
Вывод sudo parted -l
#####################################################################################
ubuntu@ubuntu:~$ sudo parted -l
Error: The backup GPT table is not at the end of the disk, as it should be.
This might mean that another operating system believes the disk is smaller.
Fix, by moving the backup to the end (and removing the old backup)?
Fix/Ignore/Cancel? i
Warning: Not all of the space available to /dev/sda appears to be used, you can fix the GPT to use all of the space (an extra 6512 blocks) or continue with the current setting?
Fix/Ignore? i
Model: ATA WDC WD2500AAJS-0 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot
2 106MB 240MB 134MB Microsoft reserved partition msftres
3 240MB 172GB 172GB ntfs Basic data partition msftdata
Error: The backup GPT table is not at the end of the disk, as it should be. This might mean that another operating system believes the disk is smaller. Fix, by moving the backup to the end (and removing
the old backup)?
Fix/Ignore/Cancel? i
Model: ATA WDC WD2502ABYS-0 (scsi)
Disk /dev/sdb: 251GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot
2 106MB 240MB 134MB Microsoft reserved partition msftres
3 240MB 172GB 172GB ntfs Basic data partition msftdata
Model: ATA WDC WD2002FAEX-0 (scsi)
Disk /dev/sdc: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 17.4kB 134MB 134MB Microsoft reserved partition msftres
2 135MB 1581GB 1581GB ntfs Basic data partition msftdata
3 1581GB 1791GB 210GB Basic data partition msftdata
4 1791GB 2000GB 210GB ntfs Basic data partition msftdata
Model: JetFlash Transcend 8GB (scsi)
Disk /dev/sdd: 8032MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 8032MB 8031MB fat32 Microsoft Basic Data msftdata
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ddf1_4c5349202020202010000055000000004711471100001450p3: 172GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 172GB 172GB ntfs
Error: /dev/mapper/ddf1_4c5349202020202010000055000000004711471100001450p2: unrecognised disk label
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ddf1_4c5349202020202010000055000000004711471100001450p1: 105MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 105MB 105MB fat32
Error: Invalid argument during seek for read on /dev/mapper/ddf1_4c5349202020202010000055000000004711471100001450
Retry/Ignore/Cancel? i
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
OK/Cancel? c
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/isw_baehhdcdfd_sys3: 172GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 172GB 172GB ntfs
Error: /dev/mapper/isw_baehhdcdfd_sys2: unrecognised disk label
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/isw_baehhdcdfd_sys1: 105MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 105MB 105MB fat32
Error: The backup GPT table is not at the end of the disk, as it should be. This might mean that another operating system believes the disk is smaller. Fix, by moving the backup to the end (and removing
the old backup)?
Fix/Ignore/Cancel? i
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/isw_baehhdcdfd_sys: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 106MB 105MB fat32 EFI system partition boot
2 106MB 240MB 134MB Microsoft reserved partition msftres
3 240MB 172GB 172GB ntfs Basic data partition msftdata
Error: Can't have a partition outside the disk!
#####################################################################################
Картинки GPARTEDПодскажите как сделать так чтоб parted увидел raid как один диск и дал возможность на него установить ubuntu?