Update 'hard_disk_partition_making_filesystem'

Kaimbacher 2022-07-01 07:57:15 +00:00
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`