Horje
format pendrive linux Code Example
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 
Source: tecadmin.net




Shell

Related
gitigore rm cache Code Example gitigore rm cache Code Example
git rm cached gitignore Code Example git rm cached gitignore Code Example
rm cahce gitignore Code Example rm cahce gitignore Code Example
bash: cmake: command not found Code Example bash: cmake: command not found Code Example
how to change account in git bash Code Example how to change account in git bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15