Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

boot pendrive cmd

diskpart
list disk
select disk {numero do disco}
clean
create part pri
active
format fs=fat32 quick
assign
exit
Comment

boot pendrive windows cmd

# with ntfs file system
diskpart
list disk
select disk {numero do disco}
clean
create part pri
active
format fs=ntfs quick
assign
exit
Comment

PREVIOUS NEXT
Code Example
Shell :: rsync ssh 
Shell :: batch write file 
Shell :: install drush on ubuntu 
Shell :: github fork my own repo 
Shell :: yarn global 
Shell :: gulp-gzip 
Shell :: cmd refresh path 
Shell :: master to main github 
Shell :: where is my ubuntu folder located 
Shell :: a new powershell stable release is available 
Shell :: This repository has moved 
Shell :: unprotected private key file 
Shell :: git clone with different name 
Shell :: redis install ubuntu 
Shell :: proxy_connect_timeout nginx ingress 
Shell :: ssh server windows 11 
Shell :: ls permission 
Shell :: drupal cli composer 
Shell :: remove directory from linux 
Shell :: symbolic link wsl mnt 
Shell :: extract tar gz file windows 
Shell :: best source code editor 
Shell :: docker compose stdin_open 
Shell :: mac shell prompt 
Shell :: rdp github shadow 
Shell :: rials db down 
Shell :: android get armeabi 
Shell :: nvim config path 
Shell :: git tag 
Shell :: docker set container name 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =