CWP panel

How to Mount and Partition Disks in CentOS

How to Mount and Partition Disks in CentOS

#Mount #Partition #Disks #CentOS

“NisDK”

#/list block devices
lsblk

fdisk -l
#list disk

fdisk -l /dev/sdb

#partitioning
fdisk /dev/sdb

1.
#new disk:
fdisk /dev/sdb

2.
#partition
p

3.
#new
n

4.
#new primary partition
p

(enter enter )

5.
#write
w

#list block devices
lsblk

df -h
#displaying free disk space,…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply