NOMBRE
mkfs.minix - construye un sistema de archivos MinixSINOPSIS
mkfs.minix [opciones] dispositivo [tamaño-en-bloques]DESCRIPCIÓN
mkfs.minix crea un sistema de ficheros MINIX en Linux sobre un dispositivo (usualmente una partición de disco)./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)
OPCIONES
-c, --checkCheck the device for bad blocks before
creating the filesystem. If any are found, the count is printed.
Specify the maximum length of filenames.
Currently, the only allowable values are 14 and 30 for file system versions 1
and 2. Version 3 allows only value 60. The default is 30.
Use exclusive BSD lock for device or file it
operates. The optional argument mode can be yes, no (or 1
and 0) or nonblock. If the mode argument is omitted, it defaults
to yes. This option overwrites environment variable
$LOCK_BLOCK_DEVICE. The default is not to use any lock at all, but
it’s recommended to avoid collisions with systemd-udevd(8) or
other tools.
Especifica el número de
nodos-índice para el sistema de ficheros.
Lee la lista de bloques defectuosos de
nombrefichero. El fichero tendrá un número de bloque malo
en cada línea. Se muestra el número total de bloques
defectuosos.
Construye un sistema de ficheros Minix
versión 1. Éste es el comportamiento por defecto.
Construye un sistema de ficheros Minix
versión 2.
Construye un sistema de ficheros Minix
versión 3.
Muestra un texto de ayuda y finaliza.
Print version and exit. The long option cannot
be combined with other options.
ENTORNO
LOCK_BLOCK_DEVICE=<mode>use exclusive BSD lock. The mode is
"1" or "0". See --lock for more details.
ESTADO DE SALIDA
The exit status returned by mkfs.minix is one of the following:Ningún error.
Error operativo.
Error de sintaxis o de modo de empleo.
VÉASE TAMBIÉN
fsck(8), , reboot(8)INFORMAR DE ERRORES
Para informar de cualquier error, utilice el sistema de seguimiento de fallos <https://github.com/util-linux/util-linux/issues>.DISPONIBILIDAD
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/>.TRADUCCIÓN
La traducción al español de esta página del manual fue creada por Gerardo Aburruzaga García <[email protected]> y Marcos Fouces <[email protected]> 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 [email protected]11 Mayo 2022 | util-linux 2.38.1 |