Created
April 26, 2020 10:13
-
-
Save PrunedNeuron/6a2f036ae73d2d8539888b9f90414c75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Static information about the filesystems. | |
| # See fstab(5) for details. | |
| # <file system> <dir> <type> <options> <dump> <pass> | |
| # /dev/sda2 | |
| UUID=514140cc-fcd4-4627-9485-fd2042f0b6b0 / ext4 rw,relatime 0 1 | |
| # /dev/sda1 | |
| UUID=936D-8EAD /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 2 | |
| # /dev/sda4 | |
| UUID=c25a6b31-ac66-4c7e-8123-32f618e35606 /home ext4 rw,relatime 0 2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment