1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

mkfs.ext4: add Indonesian translation (#7623)

This commit is contained in:
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

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