Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

format new disc linux

mkdir /mnt/disco2
fdisk /dev/xvdf
	n
	<enter>
	<enter>
	<enter>
	<enter>
	w
mkfs.xfs /dev/xvdf1	
mount /dev/xvdf1 /mnt/disco2
Comment

PREVIOUS NEXT
Code Example
Shell :: how to scan for raspberry pi on network windows 
Shell :: extracting tar.gz 
Shell :: mongoalchemy flask 
Shell :: bash setting home 
Shell :: insert bash command to docker-compose file 
Shell :: deploy to firebase using trivis 
Shell :: Bash test if variable is a number 
Shell :: mySQL root password config 
Shell :: regex last word in lin 
Shell :: create self signed certificate 
Shell :: install dvc in ubuntu 
Shell :: apt install package version 
Shell :: change git committed message 
Shell :: docker gpio 
Shell :: rmdir multiple directories 
Shell :: find resolution of image terminal linux 
Shell :: install clang++ 
Shell :: if clauses bash 
Shell :: linux kali download 
Shell :: git liste branches 
Shell :: github start 
Shell :: page rank example 
Shell :: git hub 
Shell :: move to folder in command line windows 
Shell :: pgadmin terminal connect 
Shell :: exit pipenv shell 
Shell :: checkout git specific commit 
Shell :: ubuntu git 
Shell :: apache airflow docker 
Shell :: git add . 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =