Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create raid5 linux

# /dev/md0 is (temporary) name
# level is your raid level (raid5 here)
# raid-devices is the amount of disks/partitions followed by the partition names

mdadm --create /dev/md0 --level=5 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1

# make ext4 file system from your raid partition
mkfs -t ext4 /dev/md0
Comment

PREVIOUS NEXT
Code Example
Shell :: get UUID of raid array linux 
Shell :: How to download Brave Browser in a chromebook 
Shell :: how to stash git yarn.lock 
Shell :: error: home_manuelschneid3r_Arch: key "" is unknown 
Shell :: How to turn on ARD on mac using terminal for specific users 
Shell :: syntax for ls 
Shell :: pacman mirrorlist generator 
Shell :: Install aaPanel linux 
Shell :: remove wine application icons of deleted programs from unity/gnome 
Shell :: pipeline structural bioinformatics 
Shell :: makefile link libraries 
Shell :: bash cp command error with parenthesis 
Shell :: android studio install flutter 
Shell :: parse json logs in loki, promtail 
Shell :: source script path 
Shell :: git config --global user.email "you@example.com" 
Shell :: get file from branch git 
Shell :: vim stuck in insert mode 
Shell :: wget raw 
Shell :: bash find files containing string 
Shell :: powershell update help 
Shell :: the most profitable business in zimbabwe 
Shell :: Windows font for linux 
Shell :: unzip .tar.xz 
Shell :: always asks for ssh-add 
Shell :: linux unpack gz 
Shell :: makepkg resolve auto dependencies 
Shell :: shut down linux keyboard shortcut 
Shell :: instalar acrobat reader desde wine en fedora 
Shell :: python-swiftclient 3.5.0 uninstall ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =