Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

format pendrive linux

# Identify USB drive in your system
df -h

# Linux can't format devices that are mounted. Unmoute using
sudo umount /dev/sdc1 

# Format with file system
# use any of
sudo mkfs.vfat /dev/sdc1 
sudo mkfs.ntfs /dev/sdc1 
sudo mkfs.ext4 /dev/sdc1 
Comment

PREVIOUS NEXT
Code Example
Shell :: how to stop port 3000 in windows 
Shell :: install jq on ubunut 
Shell :: which user apache runs as ubntu 
Shell :: install bootstrap 
Shell :: if argument exists bash 
Shell :: docker remove all images 
Shell :: install scapy 
Shell :: crlf to lf in all files in vs code 
Shell :: uninstall packages raspberry pi terminal 
Shell :: How to upload a files to a repository on github using gitbash 
Shell :: git check first commit 
Shell :: how to edit bash profile 
Shell :: git log with date 
Shell :: kill xcode from command line 
Shell :: git how to find original branch creator 
Shell :: install zsh debian 
Shell :: process runninng on particular port 
Shell :: how to open matlab in ubuntu 
Shell :: update npm-windows 
Shell :: invalid or corrupted database (pgp signature) 
Shell :: bash unzip all files 
Shell :: install jupyter notebook ubuntu 20.04 
Shell :: adb reverse 
Shell :: delete local comits 
Shell :: bash: yarn: command not found 
Shell :: conda install boto3 
Shell :: arch code 
Shell :: brew not found 
Shell :: installing SQLite3 on ubuntu 20.04 
Shell :: bash for loop find 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =