Last active
August 29, 2015 14:27
-
-
Save williamcanin/05f78da4153625ad9d12 to your computer and use it in GitHub Desktop.
"/etc/fstab" of ArchLinux for post: Linux Boot: A start job is running for dev-disk-by (williamcanin.com)
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
# | |
# /etc/fstab: static file system information | |
# | |
# <file system> <dir> <type> <options> <dump> <pass> | |
UUID=2253f584-8ff4-46c2-9cf6-386415684be8 / ext4 rw,relatime,data=ordered 0 1 | |
UUID=4aed3ea2-5d85-4bc2-96e2-abc6ad877640 none swap defaults 0 0 | |
UUID=87daa4d7-ec56-460f-ab11-b2788aa373ec /mnt/home ext4 defaults,auto,rw 0 1 | |
# End |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment