1
0
Fork 0

minor fix for latest article

main
will 12 months ago
parent 4ee3024af3
commit bd650ed364

@ -39,7 +39,7 @@
<p>This information tells your system which partitions should be mounted and at which locations to mount them, as well as some other settings. We don't need to worry about most of it, though. Simply append a line for your partition to the file:</p>
<code>
<span class="codetitle">/etc/fstab</span>
#imagine the contents of your fstab file here
#imagine the contents of your fstab file here<br>
UUID=<strong>YOUR_UUID</strong> /path/to/mountpoint <strong>YOUR_TYPE</strong> defaults 0 0
</code>
<p>For example, here's the entry I added for one of my drives:</p>

Loading…
Cancel
Save