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 :: scp command show status 
Shell :: download onenote on fedora 
Shell :: stop openhab2 service 
Shell :: dependencies for openboard in ubuntu 
Shell :: get first 10 processes linux 
Shell :: journalctl max log size 
Shell :: powershell list services filter 
Shell :: how to install ndiswrapper on ubuntu 
Shell :: bash script perform root access check 
Shell :: how to install automapper in vs code 
Shell :: how to create a repository 
Shell :: bash single bracket and double square bracket 
Shell :: running ethermine on linux 
Shell :: record system audio linux terminal 
Shell :: get files traked by git based on size 
Shell :: docker run -d bash command not found 
Shell :: bash sleep 
Shell :: aws codedeploy logs 
Shell :: install opencl headers ubuntu 
Shell :: START/STOP MONGOD AS A SERVICE (MAC) 
Shell :: View Changes Before Committing in git command 
Shell :: get serial number for server using powreshell 
Shell :: snap scrcpy 
Shell :: install Miniconda r 
Shell :: mnt d wsl 
Shell :: github pypi workflow 
Shell :: phoenix install 
Shell :: laravel routes return not found after setting virtual host on localhost linux 
Shell :: difference between git remote and git clone 
Shell :: How To Move Folder Using Batch Script 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =