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