Site updated at 2018-01-28 22:02:31 UTC

This commit is contained in:
Travis CI 2018-01-28 22:02:31 +00:00
parent 57a21e9eb0
commit 01b474f87c
268 changed files with 412 additions and 412 deletions

View file

@ -147,7 +147,7 @@ Change below path to where you placed the <code class="highlighter-rouge">usb_ba
</div>
<h3><a class="title-link" name="auto-mount" href="#auto-mount"></a> Auto mount</h3>
<p>This does not automatically mount your USB drive at boot. You need to do that manually or add a line to your <code class="highlighter-rouge">/etc/fstab</code> file.</p>
<p>If your drive is on <code class="highlighter-rouge">/dev/sda1</code>, you could add a entry to your <code class="highlighter-rouge">/etc/fstab</code> like so:</p>
<p>If your drive is on <code class="highlighter-rouge">/dev/sda1</code>, you could add an entry to your <code class="highlighter-rouge">/etc/fstab</code> like so:</p>
<div class="language-text highlighter-rouge"><pre class="highlight"><code>/dev/sda1 /media ext4 defaults,noatime 0 1
</code></pre>
</div>