Dernière fois a échoué, alors procédez dans l'ordre suivant.
** Objectifs de travail ** ① Partitionnement → Échec ~~ ② Monter ~~ ~~ ③ Limite de capacité pour chaque utilisateur ~~ ~~ ④ Réglage de l'autorité ~~ ~~ ⑤ Réglage du lien symbolique au point de montage ~~
Cette fois, nous allons le diviser en 3 plans de base + 2 partitions logiques. De la même manière que la fois précédente, utilisez la commande fdisk pour diviser la partition jusqu'à ce que l'état suivant soit obtenu.
Command (m for help): p
Disk /dev/sda: 42.9 GB, 42949672960 bytes, 83886080 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
Disk label type: dos
Disk identifier: 0x0009ef88
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048    10487807     5242880   83  Linux
/dev/sda2        10487808    20973567     5242880   83  Linux
/dev/sda3        20973568    31459327     5242880   83  Linux
/dev/sda4        31459328    83886079    26213376    5  Extended
/dev/sda5        31461376    41947135     5242880   83  Linux
/dev/sda6        41949184    52434943     5242880   83  Linux
J'ai vérifié le message d'erreur suivant après avoir créé et enregistré la partition. → J'ai eu beaucoup d'informations qui seront reflétées en redémarrant
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
Après s'être arrêté et vagabonder à nouveau, il s'est cassé ^^; Je ne connais pas la cause, alors je l'ai mise en attente!
Recommended Posts