MKFS.MINIX(8) | Administración del sistema | MKFS.MINIX(8) |
mkfs.minix - construye un sistema de archivos Minix
mkfs.minix [opciones] dispositivo [tamaño-en-bloques]
mkfs.minix crea un sistema de ficheros MINIX en Linux sobre un dispositivo (usualmente una partición de disco).
El dispositivo es normalmente de la forma siguiente:
/dev/hda[1-8] (primer disco IDE) /dev/hdb[1-8] (segundo disco IDE) /dev/sda[1-8] (primer disco SCSI) /dev/sdb[1-8] (segundo disco SCSI)
The device may be a block device or an image file of one, but this is not enforced. Expect not much fun on a character device :-).
The size-in-blocks parameter is the desired size of the file system, in blocks. It is present only for backwards compatibility. If omitted the size will be determined automatically. Only block counts strictly greater than 10 and strictly less than 65536 are allowed.
-c, --check
-n, --namelength longitud
--lock[=modo]
-i, --inodes número
-l, --badblocks nombrefichero
-1
-2, -v
-3
-h, --help
-V, --version
LOCK_BLOCK_DEVICE=<mode>
The exit status returned by mkfs.minix is one of the following:
0
8
16
Para informar de cualquier error, utilice el sistema de seguimiento de fallos <https://github.com/util-linux/util-linux/issues>.
The mkfs.minix command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García <gerardo.aburruzaga@uca.es> y Marcos Fouces <marcos@debian.org>
Esta traducción es documentación libre; lea la GNU General Public License Version 3 o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD.
Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a debian-l10n-spanish@lists.debian.org.
11 Mayo 2022 | util-linux 2.38.1 |