Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux format usb command line

df -h 
Select the correct drive
sudo umount /dev/sdc1
This command formats the drive as FAT32, you can use other formats too
sudo mkfs.vfat /dev/sdc1
Comment

linux quick format usb drive

umount
fdisk -l to get the dev/sxxx
For the vFAT (FAT32) file system: sudo mkfs.vfat /dev/sdc1
Comment

PREVIOUS NEXT
Code Example
Shell ::  
Shell :: docker start all containers 
Shell :: check ubuntu or centos 
Shell :: assign default value in shell script 
::  
Shell ::  
Shell :: busy port 
Shell :: save log git hub 
Shell :: linux ext-gd * 
Shell :: ufw allow postgresql 
Shell :: formik npm 
Shell :: how to uninstall atom in ubuntu 20.04 
Shell :: lsof port 
Shell :: hello world shell script 
Shell :: wpa passphrase for raspberry pi 
Shell :: how to check how many files are in a folder linux 
Shell :: how to make wsl export 
Shell :: mac end terminal session 
Shell :: Updating SpaceVim Manually 
:: node-gyp 
Shell :: close port 
Shell :: current year bash 
Shell :: create conda env using yml 
Shell :: anydesk linux install download 
Shell :: how to update vs code in linux 
Shell :: yii install 
Shell :: git ignore still tracking 
Shell :: how to download a repository as zip 
Shell :: sh check if program exists 
Shell :: bash echo to stderr 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =