Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

diskpart commands

#Mostly used DISKPART commands:
list disk # list of all drives on Computer
list volume # list of all drive volumes
list partition # list of the selected drive partitions
select (disk or volume or partition) # select a disk, volume or partition
create partition primary size=1000 # create a partition of size 1GB
convert (gpt or mbr or basic or dynamic) # convert the selected disk drive to
# one of the 4 options. this is needed when creating a new partition.
assign letter=(like F or E ...) # assign a letter to the selected volume or partition
delete partition override # delete the selected partition
Comment

PREVIOUS NEXT
Code Example
Shell :: switch from npm to yarn 
Shell :: Git marge branch into master 
Shell :: how to add the permission in the lampp in ubuntu 
Shell :: push code to github 
Shell :: r installation on ubuntu 
Shell :: install gui centos 7 
Shell :: get users linux 
Shell :: *15856 connect() to unix:/var/run/php/php8.0-fpm.sock failed (11: Resource temporarily unavailable) 
Shell :: ubuntu service start example 
Shell :: install chromedriver linux 
Shell :: echo to file 
Shell :: python on pop os 
Shell :: how to check if in which folder are you present in linux 
Shell :: update linux ubuntu 
Shell :: navigate to folder on mac 
Shell :: how to undo a commit sent that was pushed 
Shell :: unikey ubuntu 20.04 
Shell :: how to upload code to github 
Shell :: shell script delete line containing 
Shell :: npm default init 
Shell :: git remove file from untracked 
Shell :: check apache version ubuntu 
Shell :: clear arp table ubuntu] 
Shell :: remove folder ubuntu 
Shell :: top port scan nmap 
Shell :: set java home path 
Shell :: powershell count lines of code 
Shell :: git push u origin master 
Shell :: make multiple directories with a single command on windows 
Shell :: Pterodactyl wings update 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =