mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
mkfs.erofs: add Spanish translation (#13323)
This commit is contained in:
parent
806837b343
commit
90008cb0dd
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/mkfs.erofs.md
Normal file
20
pages.es/linux/mkfs.erofs.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# mkfs.erofs
|
||||
|
||||
> Crea un sistema de archivos EROFS en una imagen.
|
||||
> Más información: <https://erofs.docs.kernel.org/en/latest/>.
|
||||
|
||||
- Crea un sistema de archivos EROFS basado en el directorio raíz:
|
||||
|
||||
`mkfs.erofs image.erofs root/`
|
||||
|
||||
- Crea una imagen EROFS con un UUID específico:
|
||||
|
||||
`mkfs.erofs -U {{UUID}} image.erofs root/`
|
||||
|
||||
- Crea una imagen EROFS comprimida:
|
||||
|
||||
`mkfs.erofs -zlz4hc image.erofs root/`
|
||||
|
||||
- Crea una imagen EROFS en la que todos los archivos pertenezcan a root:
|
||||
|
||||
`mkfs.erofs --all-root image.erofs root/`
|
Loading…
Add table
Reference in a new issue