'\" t .\" Title: fstab .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2024-04-27 .\" Manual: Fomatos de fichero .\" Source: util-linux 2.40 .\" Language: English .\" .TH "FSTAB" "5" "2024-04-27" "util\-linux 2.40" "Fomatos de fichero" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NOMBRE" fstab \- Información estática sobre los sistemas de ficheros .SH "SINOPSIS" .sp \fI/etc/fstab\fP .SH "DESCRIPCIÓN" .sp The file \fBfstab\fP contains descriptive information about the filesystems the system can mount. \fBfstab\fP is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. The order of records in \fBfstab\fP is important because \fBfsck\fP(8), \fBmount\fP(8), and \fBumount\fP(8) sequentially iterate through \fBfstab\fP doing their thing. .sp The file is not read by \fBmount\fP(8) only but often is used by many other tools and daemons, and proper functionality may require additional steps. For example, on systemd\-based systems, it\(cqs recommended to use \fBsystemctl daemon\-reload\fP after \fBfstab\fP modification. .sp Cada linea representa un sistema de ficheros. Los campos de dicha línea están separados por tabulaciones o espacios. Las líneas que comienzan por "#" se consideran comentarios y se ignoran al igual que las líneas en blanco. .sp Un ejemplo típico de una entrada de \fBfstab\fP sería el siguiente: .sp .if n .RS 4 .nf .fam C LABEL=t\-home2 /home ext4 defaults,auto_da_alloc 0 2 .fam .fi .if n .RE .SS "Primer campo (\fIfs_spec\fP)." .sp This field describes the block special device, remote filesystem or filesystem image for loop device to be mounted or swap file or swap device to be enabled. .sp Para los montajes más habituales, contendrá (un enlace a) un nodo de dispositivo especial de bloque (creado por \fBmknod\fP(2)) para el dispositivo que se va a montar, por ejemplo: \fI/dev/cdrom\fP o \fI/dev/sdb7\fP. Para NFS, este campo es \fI:\fP, por ejemplo, \fIknuth.aeb.nl:/\fP. Para sistemas de ficheros sin almacenamiento, se puede usar cualquier cadena y se mostrará en la salida \fBdf\fP(1), por ejemplo. El uso típico es \fIproc\fP para procfs; \fImem\fP, \fInone\fP o \fItmpfs\fP para tmpfs. Otros sistemas de ficheros especiales, como \fBudev\fP y \fBsysfs\fP, normalmente no se enumeran en \fBfstab\fP. .sp En lugar de indicar un nombre de dispositivo, puede indicarse LABEL=