]> git.proxmox.com Git - systemd.git/blob - man/systemd-remount-fs.service.8
Imported Upstream version 220
[systemd.git] / man / systemd-remount-fs.service.8
1 '\" t
2 .TH "SYSTEMD\-REMOUNT\-FS\&.SERVICE" "8" "" "systemd 220" "systemd-remount-fs.service"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd-remount-fs.service, systemd-remount-fs \- Remount root and kernel file systems
24 .SH "SYNOPSIS"
25 .PP
26 systemd\-remount\-fs\&.service
27 .PP
28 /usr/lib/systemd/systemd\-remount\-fs
29 .SH "DESCRIPTION"
30 .PP
31 systemd\-remount\-fs\&.service
32 is an early\-boot service that applies mount options listed in
33 \fBfstab\fR(5)
34 to the root file system, the
35 /usr
36 file system, and the kernel API file systems\&. This is required so that the mount options of these file systems \(em which are pre\-mounted by the kernel, the initial RAM disk, container environments or system manager code \(em are updated to those listed in
37 /etc/fstab\&. This service ignores normal file systems and only changes the root file system (i\&.e\&.
38 /),
39 /usr
40 and the virtual kernel API file systems such as
41 /proc,
42 /sys
43 or
44 /dev\&. This service executes no operation if
45 /etc/fstab
46 does not exist or lists no entries for the mentioned file systems\&.
47 .PP
48 For a longer discussion of kernel API file systems see
49 \m[blue]\fBAPI File Systems\fR\m[]\&\s-2\u[1]\d\s+2\&.
50 .SH "SEE ALSO"
51 .PP
52 \fBsystemd\fR(1),
53 \fBfstab\fR(5),
54 \fBmount\fR(8)
55 .SH "NOTES"
56 .IP " 1." 4
57 API File Systems
58 .RS 4
59 \%http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
60 .RE