mkfs.ext4: add Indonesian translation (#7623)

feature/windows-fix-syntax-2
Azrael JD 2022-01-09 13:01:45 +07:00 committed by GitHub
parent bc9f58e971
commit 318b5aae91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# mkfs.ext4
> Membuat sistem file ext4 didalam sebuah partisi.
> Informasi lebih lanjut: <https://manned.org/mkfs.ext4>.
- Membuat sistem file ext4 di dalam partisi 1 di perangkat B (`sdb1`):
`sudo mkfs.ext4 {{/dev/sdb1}}`
- Membuat sistem file ext4 dengan label volume:
`sudo mkfs.ext4 -L {{label_volume}} {{/dev/sdb1}}`