Wed, 4 Nov 2020 08:45:04 +0300 időpontban Andrei Borzenkov írta:
03.11.2020 23:31, Istvan Gabor пишет:
Hello:
I have a 250 GB SSD I want to partition with cfdisk. It is from util-linux 2.33.1, default on openSUSE Leap 15.1 I have.
I've set a DOS compatible msdos partition scheme.
No, you have not. fdisk has "DOS compatibility" flag (fdisk -c=dos) which changes default partition alignment. You partitions are aligned on 1MiB which means they were created in "nondos" compatibility mode. Defaults changed over time.
OK, I meant msdos partition table (disklabel). At least parted names it like that. # parted /dev/sda GNU Parted 3.2 Using /dev/sda Welcome to GNU Parted! Type 'help' to view a list of commands. (parted) print ... Partition Table: msdos cfdisk calls it label: Disk: /dev/sda Label: dos When I wrote DOS compatible msdos partition scheme I meant that the partition table can have maximum 4 primary partitions, and more partitions can be added when 1 of the 4 partitions is set to extended partition which holds logical partitions. Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org