mke2fs: replace ext3 duplicaded for new ext4 (#6054)

This commit is contained in:
João Pedro Fonseca Dantas
2021-05-27 13:17:46 -03:00
committed by GitHub
parent 331a54fdda
commit 3b84ce570f

View File

@@ -10,6 +10,6 @@
`mkfs.ext3 {{/dev/sdb1}}`
- Create an ext3 filesystem in partition 1 of device b (`sdb1`):
- Create an ext4 filesystem in partition 1 of device b (`sdb1`):
`mkfs.ext3 {{/dev/sdb1}}`
`mkfs.ext4 {{/dev/sdb1}}`