File indexing completed on 2024-05-19 15:23:12

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>fstab</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (fstab) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d;"># /etc/fstab: static file system information.</span>
0008 <span style="color:#7a7c7d;">#</span>
0009 <span style="color:#7a7c7d;"># Use 'blkid' to print the universally unique identifier for a device; this may</span>
0010 <span style="color:#7a7c7d;"># be used with UUID= as a more robust way to name devices that works even if</span>
0011 <span style="color:#7a7c7d;"># disks are added and removed. See fstab(5).</span>
0012 <span style="color:#7a7c7d;">#</span>
0013 <span style="color:#7a7c7d;"># &lt;file system&gt;             &lt;mount point&gt;  &lt;type&gt;  &lt;options&gt;  &lt;dump&gt;  &lt;pass&gt;</span>
0014 <span style="font-weight:bold;">UUID=A7EF-407D</span><span style="color:#2980b9;">                            /boot/efi</span>      <span style="color:#8e44ad;">vfat</span><span style="color:#2980b9;">    umask=0077</span><span style="color:#f67400;"> 0</span><span style="color:#f67400;"> 2</span>
0015 <span style="font-weight:bold;">/dev/mapper/luks-6d67ccaf-3e9a-44fb-8e51-f38175256a87</span><span style="color:#2980b9;"> /</span>              <span style="color:#8e44ad;">ext4</span><span style="color:#2980b9;">    defaults,noatime</span><span style="color:#f67400;"> 0</span><span style="color:#f67400;"> 1</span>
0016 </pre></body></html>