Update 'hard_disk_partition_making_filesystem'
parent
08ca6e05bc
commit
7f0ec549ee
|
@ -1 +1,10 @@
|
||||||
Welcome to the Wiki.
|
# 1. Create and format a hard disk partition
|
||||||
|
|
||||||
|
## 1.1. View detected devices of class "DISK"
|
||||||
|
`sudo lshw -C disk`
|
||||||
|
|
||||||
|
## 1.2. View existing partition table(s)
|
||||||
|
`sudo fdisk -l`
|
||||||
|
|
||||||
|
# 2. Format new partition as type ext4
|
||||||
|
`sudo mkfs -t ext4 /dev/sdb1`
|
Loading…
Reference in New Issue
Block a user