Update 'hard_disk_partition_making_filesystem'
parent
7f0ec549ee
commit
d612cb1cb4
|
@ -6,5 +6,14 @@
|
||||||
## 1.2. View existing partition table(s)
|
## 1.2. View existing partition table(s)
|
||||||
`sudo fdisk -l`
|
`sudo fdisk -l`
|
||||||
|
|
||||||
|
## 1.3. Edit the partition table for my chosen device (in this case, "sdb")
|
||||||
|
`sudo fdisk /dev/sdb`
|
||||||
|
|
||||||
|
Changes will remain in memory only, until you decide to write them.
|
||||||
|
Be careful before using the write command.
|
||||||
|
|
||||||
|
Device does not contain a recognized partition table.
|
||||||
|
Created a new DOS disklabel with disk identifier 0x1c8c9d78.
|
||||||
|
|
||||||
# 2. Format new partition as type ext4
|
# 2. Format new partition as type ext4
|
||||||
`sudo mkfs -t ext4 /dev/sdb1`
|
`sudo mkfs -t ext4 /dev/sdb1`
|
Loading…
Reference in New Issue
Block a user