Был диск 20 gb, стал 300. Нужно расширить том /dev/sda1:
root@nfcapd:~# df -h
Файловая система Размер Использовано Дост Использовано% Cмонтировано в
udev 488M 0 488M 0% /dev
tmpfs 100M 3,2M 97M 4% /run
/dev/sda1 19G 1,1G 17G 6% /
tmpfs 499M 0 499M 0% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 499M 0 499M 0% /sys/fs/cgroup
tmpfs 100M 0 100M 0% /run/user/0
root@nfcapd:~# fdisk -l
Disk /dev/sda: 300 GiB, 322122547200 bytes, 629145600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xdc1c0ec9
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 39847933 39845886 19G 83 Linux
/dev/sda2 39847934 41940991 2093058 1022M 5 Extended
/dev/sda5 39847936 41940991 2093056 1022M 82 Linux swap / Solaris
root@nfcapd:~# fdisk /dev/sda
Welcome to fdisk (util-linux 2.29.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): p
Disk /dev/sda: 300 GiB, 322122547200 bytes, 629145600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xdc1c0ec9
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 39847933 39845886 19G 83 Linux
/dev/sda2 39847934 41940991 2093058 1022M 5 Extended
/dev/sda5 39847936 41940991 2093056 1022M 82 Linux swap / Solaris
Command (m for help): d
Partition number (1,2,5, default 5): 1
Partition 1 has been deleted.
Command (m for help): n
Partition type
p primary (0 primary, 1 extended, 3 free)
l logical (numbered from 5)
Select (default p): p
Partition number (1,3,4, default 1): 1
First sector (2048-629145599, default 2048):
Last sector, +sectors or +size{K,M,G,T,P} (2048-39847933, default 39847933): 629145599
Value out of range.
Last sector, +sectors or +size{K,M,G,T,P} (2048-39847933, default 39847933):
Created a new partition 1 of type 'Linux' and of size 19 GiB.
Partition #1 contains a ext4 signature.
Do you want to remove the signature? [Y]es/[N]o:
Как видно, да максимума расширить нельзя, можно только создать такой же раздел - 19 gb. Если мне память не изменяет, я уже расширял таким образом разделы, и они, кажется были не последними на диске. Что можно сделать?