Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

format flashdisk terminal

sudo fdisk -l #find device flashdisk - example /dev/sdb1
sudo umount /dev/sdb1 #reject flash
sudo mkfs.ntfs /dev/sdb1 #make flash disk ntfs format, if fat use mkfs.fat
Comment

PREVIOUS NEXT
Code Example
Shell :: git diff more colorful 
Shell :: fetch remote branch git 
Shell :: how to uninstall vscode from terminal ubuntu 
Shell :: remove nvm version 
Shell :: terminal list items in directory 
Shell :: change commit date git 
Shell :: get the latest file in a directory powershell 
Shell :: apache server not starting in xampp ubuntu 
Shell :: installing eth-brownie 2022 
Shell :: nginx docker redirect no trailing slash to trailing slash 
Shell :: how to find factor in linux cmd 
Shell :: get filebeat version 
Shell :: Missing script: "dev" 
Shell :: upgrade dart in flutter 
Shell :: bash ask for input 
Shell :: last return code linux 
Shell :: the unauthenticated git protocol on port 9418 
Shell :: rostopic echo filter 
Shell :: certbot install apache 
Shell :: bash while read line loop from variable 
Shell :: only show first lines linux 
Shell :: git prune remote branches 
Shell :: linux set multiline variable 
Shell :: rename laravel project 
Shell :: convert biom to tsv 
Shell :: Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again. 
Shell :: svn show revision of remote url 
Shell :: pyqt5 designer download 
Shell :: how to remove git hooks 
Shell :: docker starting forever 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =