From 714f6950052aa2a3bc13dc95859c360465062a51 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 16 Feb 2025 20:50:51 +0000 Subject: Minor updates + new post! --- public/articals/linux/media/02FormattingUSB | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/articals/linux/media/02FormattingUSB') diff --git a/public/articals/linux/media/02FormattingUSB b/public/articals/linux/media/02FormattingUSB index 84b4d10..dc73164 100644 --- a/public/articals/linux/media/02FormattingUSB +++ b/public/articals/linux/media/02FormattingUSB @@ -50,9 +50,9 @@

Give fdisk a minute to write the new partition to the USB.


-

3) Now is the time to give that partition a file system. You should look into this beforehand to see what file system you want, but I will use ext4 because it was made for Linux use.

+

3) Now is the time to give that partition a file system. You should look into this beforehand to see what file system you want, but I will use fat32 because it works with all operating systems.

-

sudo mkfs.ext4 -L "Backup-USB" /dev/sdXx

+

sudo mkfs.fat -F 32 -n "Backup-USB" /dev/sdXx

The small x represents the number of the partition; the -L flag is used to give the USB stick a name.


-- cgit v1.2.3