mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
mkfs.f2fs: add Spanish translation (#12575)
* mkfs.f2fs: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
bddbae8e96
commit
c2062ba524
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/mkfs.f2fs.md
Normal file
12
pages.es/linux/mkfs.f2fs.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# mkfs.f2fs
|
||||||
|
|
||||||
|
> Crea un sistema de archivos F2FS en una partición.
|
||||||
|
> Más información: <https://manned.org/mkfs.f2fs>.
|
||||||
|
|
||||||
|
- Crea un sistema de archivos F2FS en la primera partición del dispositivo b (`sdb1`):
|
||||||
|
|
||||||
|
`sudo mkfs.f2fs {{/dev/sdb1}}`
|
||||||
|
|
||||||
|
- Crea un sistema de archivos F2FS con una etiqueta de volumen:
|
||||||
|
|
||||||
|
`sudo mkfs.f2fs -l {{etiqueta_volumen}} {{/dev/sdb1}}`
|
Loading…
Add table
Reference in a new issue