]> git.proxmox.com Git - systemd.git/blobdiff - man/systemd-fsck@.service.html
Imported Upstream version 220
[systemd.git] / man / systemd-fsck@.service.html
index 8e9c096a2875f177ed4aeba360126dcfc4c53ebf..7804181c465f69fbaebedd5658da9cc505473ff1 100644 (file)
@@ -19,7 +19,7 @@
   <a href="systemd.directives.html">Directives </a>·
   <a href="../python-systemd/index.html">Python </a>·
   <a href="../libudev/index.html">libudev </a>·
-  <a href="../libudev/index.html">gudev </a><span style="float:right">systemd 219</span><hr><div class="refentry"><a name="systemd-fsck@.service"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>systemd-fsck@.service, systemd-fsck-root.service, systemd-fsck — File system checker logic</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><p><code class="filename">systemd-fsck@.service</code></p><p><code class="filename">systemd-fsck-root.service</code></p><p><code class="filename">/usr/lib/systemd/systemd-fsck</code></p></div><div class="refsect1"><a name="idm139804347501968"></a><h2 id="Description">Description<a class="headerlink" title="Permalink to this headline" href="#Description">¶</a></h2><p><code class="filename">systemd-fsck@.service</code> and
+  <a href="../libudev/index.html">gudev </a><span style="float:right">systemd 220</span><hr><div class="refentry"><a name="systemd-fsck@.service"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>systemd-fsck@.service, systemd-fsck-root.service, systemd-fsck — File system checker logic</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><p><code class="filename">systemd-fsck@.service</code></p><p><code class="filename">systemd-fsck-root.service</code></p><p><code class="filename">/usr/lib/systemd/systemd-fsck</code></p></div><div class="refsect1"><a name="idm140347755118992"></a><h2 id="Description">Description<a class="headerlink" title="Permalink to this headline" href="#Description">¶</a></h2><p><code class="filename">systemd-fsck@.service</code> and
     <code class="filename">systemd-fsck-root.service</code> are services
     responsible for file system checks. They are instantiated for each
     device that is configured for file system checking.
     checkers specific to each filesystem type
     (<code class="filename">/sbin/fsck.*</code>). This helper will decide if
     the filesystem should actually be checked based on the time since
-    last check, number of mounts, unclean unmount, etc.</p><p><code class="filename">systemd-fsck</code> will forward file system
-    checking progress to the console. If a file system check fails for
-    a service without <code class="option">nofail</code>, emergency mode is
-    activated, by isolating to
-    <code class="filename">emergency.target</code>.</p></div><div class="refsect1"><a name="idm139804347491856"></a><h2 id="Kernel Command Line">Kernel Command Line<a class="headerlink" title="Permalink to this headline" href="#Kernel%20Command%20Line">¶</a></h2><p><code class="filename">systemd-fsck</code> understands one kernel
+    last check, number of mounts, unclean unmount, etc.</p><p>If a file system check fails for a service without
+    <code class="option">nofail</code>, emergency mode is activated, by isolating
+    to <code class="filename">emergency.target</code>.</p></div><div class="refsect1"><a name="idm140347754087184"></a><h2 id="Kernel Command Line">Kernel Command Line<a class="headerlink" title="Permalink to this headline" href="#Kernel%20Command%20Line">¶</a></h2><p><code class="filename">systemd-fsck</code> understands one kernel
     command line parameter:</p><div class="variablelist"><dl class="variablelist"><dt id="fsck.mode="><span class="term"><code class="varname">fsck.mode=</code></span><a class="headerlink" title="Permalink to this term" href="#fsck.mode=">¶</a></dt><dd><p>One of "<code class="literal">auto</code>",
         "<code class="literal">force</code>", "<code class="literal">skip</code>". Controls
         the mode of operation. The default is "<code class="literal">auto</code>",
         and will automatically repair problems that can be safely
         fixed. "<code class="literal">yes </code>" will answer yes to all
         questions by fsck and "<code class="literal">no</code>" will answer no to
-        all questions. </p></dd></dl></div></div><div class="refsect1"><a name="idm139804351428688"></a><h2 id="See Also">See Also<a class="headerlink" title="Permalink to this headline" href="#See%20Also">¶</a></h2><p>
+        all questions. </p></dd></dl></div></div><div class="refsect1"><a name="idm140347754074480"></a><h2 id="See Also">See Also<a class="headerlink" title="Permalink to this headline" href="#See%20Also">¶</a></h2><p>
       <a href="systemd.html"><span class="citerefentry"><span class="refentrytitle">systemd</span>(1)</span></a>,
-      <a href="fsck.html"><span class="citerefentry"><span class="refentrytitle">fsck</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.8.html"><span class="citerefentry"><span class="refentrytitle">fsck</span>(8)</span></a>,
       <a href="systemd-quotacheck.service.html"><span class="citerefentry"><span class="refentrytitle">systemd-quotacheck.service</span>(8)</span></a>,
-      <a href="fsck.btrfs.html"><span class="citerefentry"><span class="refentrytitle">fsck.btrfs</span>(8)</span></a>,
-      <a href="fsck.cramfs.html"><span class="citerefentry"><span class="refentrytitle">fsck.cramfs</span>(8)</span></a>,
-      <a href="fsck.ext4.html"><span class="citerefentry"><span class="refentrytitle">fsck.ext4</span>(8)</span></a>,
-      <a href="fsck.fat.html"><span class="citerefentry"><span class="refentrytitle">fsck.fat</span>(8)</span></a>,
-      <a href="fsck.hfsplus.html"><span class="citerefentry"><span class="refentrytitle">fsck.hfsplus</span>(8)</span></a>,
-      <a href="fsck.minix.html"><span class="citerefentry"><span class="refentrytitle">fsck.minix</span>(8)</span></a>,
-      <a href="fsck.ntfs.html"><span class="citerefentry"><span class="refentrytitle">fsck.ntfs</span>(8)</span></a>,
-      <a href="fsck.xfs.html"><span class="citerefentry"><span class="refentrytitle">fsck.xfs</span>(8)</span></a>
+      <a href="http://man7.org/linux/man-pages/man8/fsck.btrfs.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.btrfs</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.cramfs.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.cramfs</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.ext4.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.ext4</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.fat.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.fat</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.hfsplus.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.hfsplus</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.minix.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.minix</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.ntfs.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.ntfs</span>(8)</span></a>,
+      <a href="http://man7.org/linux/man-pages/man8/fsck.xfs.8.html"><span class="citerefentry"><span class="refentrytitle">fsck.xfs</span>(8)</span></a>
     </p></div></div></body></html>