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 :: export path linux 
Shell :: set remote url git 
Shell :: conda update package 
Shell :: killall command not found ubuntu 
Shell :: No matching distribution found for PyJWT==2.0.1 
Shell :: checklist github readme 
Shell :: using wget with a proxy 
Shell :: file search linux by text 
Shell :: Sub-process /usr/bin/dpkg returned an error code 
Shell :: get current working directory powershell 
Shell :: brew install xampp 
Shell :: ubuntu top bar hide 
Shell :: install vlc on pop os 
Shell :: remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. 
Shell :: install babel core 
Shell :: git merge cancel 
Shell :: install solidity compiler ubuntu 
Shell :: git ignore whitespace 
Shell :: fatal: The current branch master has multiple upstream branches, refusing to push. 
Shell :: pyinstaller icon image 
Shell :: install vscode for ubuntu 
Shell :: git commit number of lines changed 
Shell :: [ErrorException] file_put_contents(./composer.json): failed to open stream: Permission denie d 
Shell :: updating git 
Shell :: install drush ubuntu 
Shell :: how to install gnome user theme extension 
Shell :: composer list all installed packages 
Shell :: No CMAKE_CXX_COMPILER could be found. 
Shell :: merge abort 
Shell :: cordova sqlite storage plugin android 11 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =