Scroll to navigation

MKFS.MINIX(8) Administración del sistema MKFS.MINIX(8)

NOMBRE

mkfs.minix - construye un sistema de archivos Minix

SINOPSIS

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).

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.

OPCIONES

Antes de crear el sistema de ficheros se miran los bloques malos del dispositivo. Si se encuentran algunos, se muestran cuántos.
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.
Especifica el número de nodos-índice para el sistema de ficheros.
Lee la lista de bloques malos de nombrefichero. El fichero tendrá un número de bloque malo en cada renglón. Se muestra el número de bloques malos.
-1
Make a Minix version 1 filesystem. This is the default.
-2, -v
Construye un sistema de ficheros Minix versión 2.
-3
Construye un sistema de ficheros Minix versión 3.
Display version information and exit. The long option cannot be combined with other options.
Muestra un texto de ayuda y finaliza.

ESTADO DE SALIDA

The exit status returned by mkfs.minix is one of the following:

0
Ningún error.
8
Error operativo.
16
Error de sintaxis o de modo de empleo.

VÉASE TAMBIÉN

fsck(8), mkfs(8), reboot(8)

DISPONIBILIDAD

The mkfs.minix command is part of the util-linux package and is available from 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 <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.

Junio de 2015 util-linux