Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

formatear usb desde terminal linux

Abre la Terminal
Teclea (sin comillas) "sudo fdisk -l"
Uno de los que aparece será tu memoria USB. Normalmente es dev/sd seguido de un número
Ahora teclea "sudo umount /dev/sd??" (la interrogación debes completarla con el nombre de tu USB
Por último, escribe "sudo mkdosfs -F 32 -I /dev/sd??" y pulsa Enter
Comment

PREVIOUS NEXT
Code Example
Shell :: to check for hidden repository 
Shell :: Result Directory was not created cts android log reports 
Shell :: Problem with MergeList /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu2204_x86%5f64_Packages 
Shell :: crontab error to null 
Shell :: fatal: unable to access error setting certificate verify locations ca-bundle.crt CApath: none 
Shell :: pinch on linux 
Shell :: iperf test example 
Shell :: split command in linux 
Shell :: Undo commit and unstage all files 
Shell :: git server 
Shell :: ibus ubuntu 22.04 
Shell :: how to install jupyter notebook in windows 10 
Shell :: mac use multiple ssh keys for gihub 
Shell :: github action and netlify deploy 
Shell :: ros galactic 
Shell :: ecs task remove 
Shell :: https://www.npmjs.com/package/instagram-private-api 
Shell :: heading in github readme 
Shell :: slapd debugging 
Shell :: Calculate float values with menu using bash script 
Shell :: download ubuntu 20 from gdrive 
Shell :: view ip rules linux 
Shell :: mnet - git config user 
Shell :: npm script run first script in the background 
Shell :: pi auto update and upgrade 
Shell :: lightsail get plesk password 
Shell :: httpd package not found 
Shell :: Error getting SSL certificate "default/tls-secret": local SSL certificate default/tls-secret was not found. Using default certificate 
Shell :: scoop update 
Shell :: tomcat monit 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =