How to Format Pendrive and HD Correctly in Linux.

Опубликовано: 16 Июнь 2026
на канале: Luba Linux
40,029
1.1k

Hey guys, how are you? In this video, I'll show you a little about how to manipulate storage devices in Linux, specifically in Ubuntu.

🔻🔻 Important Links 🔻🔻

🔴 VIDEOS and LINKS Mentioned:

BLOG
👉 https://lubalinux.com.br

COURSES I'VE TAKEN AND RECOMMEND
👉 https://hotm.art/I30NDt

COMMANDS USED.
Ctrl + Alt + T = Shortcut to open the Terminal.
sudo su = Log in with root privileges.
fdisk -l = To find out the USB stick interface.
fdisk /dev/sd "your USB stick letter" = To create a new partition.
d = To delete a partition.
n = To create a new partition.
p = Create a primary partition. w = To write changes to the flash drive.
umount /dev/sd "your flash drive letter" = To unmount the flash drive.
mkfs.fat -I /dev/sd "your flash drive letter" = For Fat32 format.
mkntfs -Q /dev/sd "your flash drive letter" = For NTFS format.
mkfs.ext4 -I /dev/sd "your flash drive letter" = For Ext4 format.

How to Format a Flash Drive and Hard Drive Properly in Linux.

#lhinformatica #linux #GNU #tips #technology #innovation #tutorials #freecourses #IT #programming