LINUX.ORG.RU

История изменений

Исправление bryak, (текущая версия) :

Значит создавал я разделы cfdisk и форматировал mke2fs -t ext4 -j -O dir_index /dev/sda{5,6}

В общем: я сделал бекапы, потом убил разделы. Создал заново, но уже fdisk'om и mkfs.ext4 -b 4096.

parted на все разделы командой align-check показывает aligned. До этого на линукс разделы говорил: not aligned

Теперь таблица разделов выглядит так:

fdisk -l

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: 0x9ed1c116

Device     Boot     Start        End    Sectors   Size Id Type
/dev/sda1  *         2048     206847     204800   100M  7 HPFS/NTFS/exFAT
/dev/sda2          206848  104859647  104652800  49.9G  7 HPFS/NTFS/exFAT
/dev/sda3       104859648  683593727  578734080   276G  7 HPFS/NTFS/exFAT
/dev/sda4       683593728 1953525167 1269931440 605.6G  5 Extended
/dev/sda5       683595776  788453375  104857600    50G 83 Linux
/dev/sda6       788455424 1953525167 1165069744 555.6G 83 Linux

Disk /dev/sdb: 970 MiB, 1017117696 bytes, 1986558 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: 0x5285c0b0

Но:

fdisk /dev/sda

Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): v
Remaining 4094 unallocated 512-byte sectors.

Интересно, что с этим собственно говоря делать ?

Исходная версия bryak, :

Значит создавал я разделы cfdisk и форматировал mke2fs -t ext4 -j -O dir_index /dev/sda{5,6}

В общем: я сделал бекапы, потом убил разделы. Создал заново, но уже mkfs.ext4 -b 4096.

parted на все разделы командой align-check показывает aligned. До этого на линукс разделы говорил: not aligned

Теперь таблица разделов выглядит так:

fdisk -l

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: 0x9ed1c116

Device     Boot     Start        End    Sectors   Size Id Type
/dev/sda1  *         2048     206847     204800   100M  7 HPFS/NTFS/exFAT
/dev/sda2          206848  104859647  104652800  49.9G  7 HPFS/NTFS/exFAT
/dev/sda3       104859648  683593727  578734080   276G  7 HPFS/NTFS/exFAT
/dev/sda4       683593728 1953525167 1269931440 605.6G  5 Extended
/dev/sda5       683595776  788453375  104857600    50G 83 Linux
/dev/sda6       788455424 1953525167 1165069744 555.6G 83 Linux

Disk /dev/sdb: 970 MiB, 1017117696 bytes, 1986558 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: 0x5285c0b0

Но:

fdisk /dev/sda

Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.


Command (m for help): v
Remaining 4094 unallocated 512-byte sectors.

Интересно, что с этим собственно говоря делать ?