И подскажите, пожалуйста, у меня несколько разделов :
$ fdisk -l || mount | grep sd
fdisk: cannot open /dev/sda: Permission denied
fdisk: cannot open /dev/sdb: Permission denied
serge@serge-GP70-2PE:/_wwwroot/ci3/application/libraries$ sudo -s
[sudo] password for serge:
root@serge-GP70-2PE:/mnt/diskD_Work/wwwroot/ci3/application/libraries# fdisk -l || mount | grep sd
Disk /dev/sda: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x311221b2
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 3199 126820351 126817153 60,5G 7 HPFS/NTFS/exFAT
/dev/sda2 126822398 1891549183 1764726786 841,5G f W95 Ext'd (LBA)
/dev/sda3 1903833088 1953523711 49690624 23,7G 83 Linux
/dev/sda4 1891549184 1903833087 12283904 5,9G 83 Linux
/dev/sda5 127952896 127995903 43008 21M 83 Linux
/dev/sda6 127997952 589574143 461576192 220,1G 7 HPFS/NTFS/exFAT
/dev/sda7 589576192 630534143 40957952 19,5G 83 Linux
/dev/sda8 630536192 1856688127 1226151936 584,7G 7 HPFS/NTFS/exFAT
/dev/sda9 1856690176 1891549183 34859008 16,6G 7 HPFS/NTFS/exFAT
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.
Partition table entries are not in disk order.
Disk /dev/sdb: 7,8 GiB, 8352292864 bytes, 8156536 sectors
Units: sectors of 1 * 1024 = 1024 bytes
Sector size (logical/physical): 1024 bytes / 1024 bytes
I/O size (minimum/optimal): 1024 bytes / 1024 bytes
Disklabel type: dos
Disk identifier: 0x6f20736b
Device Boot Start End Sectors Size Id Type
/dev/sdb1 ? 778135908 1919645538 1141509631 1,1T 72 unknown
/dev/sdb2 ? 168689522 2104717761 1936028240 1,8T 65 Novell Netware 386
/dev/sdb3 ? 1869881465 3805909656 1936028192 1,8T 79 unknown
/dev/sdb4 ? 2885681152 2885736650 55499 54,2M d unknown
Partition table entries are not in disk order.
Не знаю насколько критичны сообщения вида
Partition table entries are not in disk order.
И я хочу d sda3 и sda9 добавить еше пространство так где-то до 30 GiB
из раздела sda8
Для этого я отключаю этот раздел sda8
и выбираю пункт меню "resize"
Но уменьшив размер в поле "Size" я вижу что поля "Free space before" и "Free space after" не меняют значение 0 и поле "OK"
http://imgur.com/Dm9qN2rА как правильно?