1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:37:56 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`