anyhow the partion table I use in gdisk can be of help or guidance
- Code: Select all
# ./gdisk -l /dev/sdc
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdc: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 740C1A75-5180-4575-B7B3-E189F19B8AA4
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 1050623 512.0 MiB 8300 Linux filesystem
2 1050624 2099199 512.0 MiB 8300 Linux filesystem
3 2099200 3147775 512.0 MiB 8200 Linux swap
4 3147776 3155967 4.0 MiB 8300 Linux filesystem
5 3155968 4728831 768.0 MiB 8300 Linux filesystem
6 4728832 4745215 8.0 MiB 8300 Linux filesystem
7 4745216 5793791 512.0 MiB 8300 Linux filesystem
8 5793792 1953525134 928.8 GiB 8300 Linux filesystem
root@fvdwsl-nwsp2:/
Of course your partition 8 will be bigger just use the rest of the disk. In gdisk you can specify partion size instead of sectors
for sdb1 I use +512M and so on. (as long as they are a mutiple of 4096 Bytes you are ok, and remember 1 kB = 1024 Bytes)