abonnel-siteweb/data/pages/informatique/divers/linux_mkfs.txt

37 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

===== Formater une partition en ext4 =====
La partition que je veux formater est **sdf1** (à remplacer par votre partition)
Jexécute la commande mkfs (make file system)
''sudo mkfs -t ext4 /dev/sdf1''
{{ informatique:linux_mkfs.png?600 |linux mkfs}}
Cette étape va durer un long moment...
résultat :
<code>
cedric24c@dskstd$sudo mkfs -t ext4 /dev/sdf1
mke2fs 1.43.3 (04-Sep-2016)
En train de créer un système de fichiers avec 976754385 4k blocs et 244195328 i-noeuds.
UUID de système de fichiers=e8927ac0-b737-4d91-a46d-12d7f35845f1
Superblocs de secours stockés sur les blocs :
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848, 512000000, 550731776, 644972544
Allocation des tables de groupe : complété
Écriture des tables d'i-noeuds : complété
Création du journal (262144 blocs) : complété
Écriture des superblocs et de l'information de comptabilité du système de
fichiers : complété
</code>
<konsole>
<code bash>
tune2fs
</code>