Created
September 22, 2018 18:14
-
-
Save Israphel/a3b3a18208182c12dcd24e416ee7dbb2 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
# Main SSD | |
UUID=D530-367D /boot vfat defaults,noatime 0 2 | |
UUID=572d1c5d-2342-4dd0-a558-1bdf7714d99f / xfs defaults,noatime,discard 0 1 | |
UUID=5870b36a-8cfc-4293-8ef0-8fc5c528ab2a /home xfs defaults,noatime,discard 0 2 | |
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 | |
# Secondary HDD | |
UUID=5b5a9b93-fad7-498d-86ca-afcbe8e2f72c swap swap defaults,noatime 0 0 | |
UUID=6f125708-52b8-469a-b1e4-3a21b36e1540 /mnt/data xfs defaults 0 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment