From f728cb203257935f55112aa355b2c110e42d2c15 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Wed, 1 Feb 2017 10:54:43 +0100 Subject: [PATCH] ajustements --- HowtoGParted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtoGParted.md b/HowtoGParted.md index afec4bca..54b32676 100644 --- a/HowtoGParted.md +++ b/HowtoGParted.md @@ -27,6 +27,8 @@ Error: /dev/sdz: unrecognised disk label (parted) mklabel msdos +(parted) mkpart primary fat32 0% 100% + # mkfs.vfat -F 32 /dev/sdz1 ~~~