Files
varlog/_cache/articles/eba57ae0-f62c-4294-becd-735ef8fbaea6.json
T
2026-05-15 10:37:48 +02:00

1 line
1.5 KiB
JSON
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.
{"uuid":"eba57ae0-f62c-4294-becd-735ef8fbaea6","slug":"linux-mkfs","title":"Formater une partition en ext4","author":"cedric@abonnel.fr","published":true,"published_at":"2020-04-17 18:06:31","created_at":"2020-04-17 18:06:31","updated_at":"2020-04-17 18:06:31","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# Formater une partition en ext4\n\nLa partition que je veux formater est **sdf1** (à remplacer par votre partition)\n\nJexécute la commande mkfs (make file system)\n\n`sudo mkfs -t ext4 /dev/sdf1`\n\n![linux mkfs](linux_mkfs.png)\n\nCette étape va durer un long moment... \n\nrésultat :\n\n```\ncedric24c@dskstd$sudo mkfs -t ext4 /dev/sdf1\nmke2fs 1.43.3 (04-Sep-2016)\nEn train de créer un système de fichiers avec 976754385 4k blocs et 244195328 i-noeuds.\nUUID de système de fichiers=e8927ac0-b737-4d91-a46d-12d7f35845f1\nSuperblocs de secours stockés sur les blocs : \n\t32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, \n\t4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, \n\t102400000, 214990848, 512000000, 550731776, 644972544\n\nAllocation des tables de groupe : complété \nÉcriture des tables d'i-noeuds : complété \nCréation du journal (262144 blocs) : complété\nÉcriture des superblocs et de l'information de comptabilité du système de\nfichiers : complété\n```\n\n<konsole>\n\n```bash\ntune2fs\n```","featured":false,"tags":[]}