.\" -*- coding: UTF-8 -*- '\" t .\" Title: fstab .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.15 .\" Date: 2022-05-11 .\" Manual: File formats .\" Source: util-linux 2.38.1 .\" Language: English .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH FSTAB 5 "11 maja 2022 r." "util\-linux 2.38.1" "Formaty plików" .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 NAZWA fstab \- statyczna informacja o systemach plików .SH SKŁADNIA .sp \fI/etc/fstab\fP .SH OPIS .sp Plik \fBfstab\fP zawiera opisowe informacje na temat różnych systemów plików, które mogą zostać zamontowane w systemie. \fBfstab\fP jest wyłącznie czytany przez programy i nie jest przez nie zapisywany. Prawidłowe utworzenie tego pliku i zarządzanie nim jest obowiązkiem administratora. Kolejność rekordów w pliku \fBfstab\fP jest istotna, ponieważ \fBfsck\fP(8), \fBmount\fP(8) i \fBumount\fP(8) w celu wykonania swoich zadań dane z pliku \fBfstab\fP pobierają sekwencyjnie. .sp Każdy system plików jest opisywany przez osobny wiersz. Pola w każdym wierszu są oddzielane przez znaki spacji lub tabulacji. Linie zaczynające się od znaku "#" są komentarzami. Puste linie są ignorowane. .sp Poniżej przedstawiono typowy przykład wpisu pliku \fBfstab\fP: .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 "Pierwsze pole (\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 partition to be enabled. .sp For ordinary mounts, it will hold (a link to) a block special device node (as created by \fBmknod\fP(2)) for the device to be mounted, like \fI/dev/cdrom\fP or \fI/dev/sdb7\fP. For NFS mounts, this field is \fI:\fP, e.g., \fIknuth.aeb.nl:/\fP. For filesystems with no storage, any string can be used, and will show up in \fBdf\fP(1) output, for example. Typical usage is \fIproc\fP for \fBprocfs\fP; \fImem\fP, \fInone\fP, or \fItmpfs\fP for \fBtmpfs\fP. Other special filesystems, like \fBudev\fP and \fBsysfs\fP, are typically not listed in \fBfstab\fP. .sp LABEL=