~ubuntu-branches/ubuntu/trusty/systemd/trusty

« back to all changes in this revision

Viewing changes to man/systemd-fsck@.service.8

Tags: upstream-202
ImportĀ upstreamĀ versionĀ 202

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
'\" t
2
 
.\"     Title: systemd-fsck@.service
3
 
.\"    Author: Lennart Poettering <lennart@poettering.net>
4
 
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5
 
.\"      Date: 03/07/2013
6
 
.\"    Manual: systemd-fsck@.service
7
 
.\"    Source: systemd
8
 
.\"  Language: English
9
 
.\"
10
 
.TH "SYSTEMD\-FSCK@\&.SER" "8" "" "systemd" "systemd-fsck@.service"
11
 
.\" -----------------------------------------------------------------
12
 
.\" * Define some portability stuff
13
 
.\" -----------------------------------------------------------------
14
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
 
.\" http://bugs.debian.org/507673
16
 
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
 
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
 
.ie \n(.g .ds Aq \(aq
19
 
.el       .ds Aq '
20
 
.\" -----------------------------------------------------------------
21
 
.\" * set default formatting
22
 
.\" -----------------------------------------------------------------
23
 
.\" disable hyphenation
24
 
.nh
25
 
.\" disable justification (adjust text to left margin only)
26
 
.ad l
27
 
.\" -----------------------------------------------------------------
28
 
.\" * MAIN CONTENT STARTS HERE *
29
 
.\" -----------------------------------------------------------------
30
 
.SH "NAME"
31
 
systemd-fsck@.service, systemd-fsck-root.service, systemd-fsck \- File system checker logic
32
 
.SH "SYNOPSIS"
33
 
.PP
34
 
systemd\-fsck@\&.service
35
 
.PP
36
 
systemd\-fsck\-root\&.service
37
 
.PP
38
 
/usr/lib/systemd/systemd\-fsck
39
 
.SH "DESCRIPTION"
40
 
.PP
41
 
systemd\-fsck@\&.service
42
 
is a service responsible for file system checks\&. It is instantiated for each device that requires a file system check\&.
43
 
systemd\-fsck\-root\&.service
44
 
is responsible for file system checks on the root file system\&.
45
 
.PP
46
 
systemd\-fsck
47
 
will forward file system checking progress to the console\&. If a file system check fails emergency mode is activated, by isolating to
48
 
emergency\&.target\&.
49
 
.SH "KERNEL COMMAND LINE"
50
 
.PP
51
 
systemd\-fsck
52
 
understands one kernel command line parameter:
53
 
.PP
54
 
\fIfsck\&.mode=\fR
55
 
.RS 4
56
 
One of
57
 
auto,
58
 
force,
59
 
skip\&. Controls the mode of operation\&. The default is
60
 
auto, and ensures that file system checks are done when the file system checker deems them necessary\&.
61
 
force
62
 
unconditionally results in full file system checks\&.
63
 
skip
64
 
skips any file system checks\&.
65
 
.RE
66
 
.SH "SEE ALSO"
67
 
.PP
68
 
 
69
 
\fBsystemd\fR(1),
70
 
\fBfsck\fR(8),
71
 
\fBsystemd-quotacheck.service\fR(8)