How to Format USB Flash Drive in Linux Terminal for Windows

How to Format USB Flash Drive in Linux Terminal for Windows (FAT32, NTFS) and Linux (EXT4)

#Format #USB #Flash #Drive #Linux #Terminal #Windows

“aumacademy”

Detect the flash drive using
lsblk

To show selected disk output type
lsblk -f /dev/sd*

To format the usb disk, first unmount the disk from computer
sudo umount /dev/sdb1

Wipe out all the existing filesystem on the disk
sudo wipefs -a /dev/sdb

create disk partition table
sudo cfdisk…

source
Concluzion: How to Format USB Flash Drive in Linux Terminal for Windows (FAT32, NTFS) and Linux (EXT4) – linux,linux terminal,ubuntu,ubuntu terminal,terminal,aum,academy,aumacademy,aum academy,format,usb,flash drive,disk,format flash drive,format usb,format usb disk,format usb disk drive

source

Exit mobile version