Created
June 16, 2013 07:22
-
-
Save NuckChorris/5791255 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
| # | |
| # /etc/fstab: static file system information | |
| # | |
| # <file system> <dir> <type> <options> <dump> <pass> | |
| tmpfs /tmp tmpfs nodev,nosuid 0 0 | |
| UUID=430245ab-7a2f-4169-8444-0be8fa8131d3 / ext4 defaults 0 0 | |
| UUID=f5d3cd6c-16fb-3c75-9eee-a7908e274dce /boot hfsplus defaults,rw,force 0 0 | |
| UUID=2687e8f9-1427-4510-8ec8-ce14a4514964 /home ext4 defaults,x-systemd.automount 0 0 | |
| UUID=daf73876-e3bb-3be8-b7fe-1cb54a5d88ac /media/Shared hfsplus defaults,rw,force,x-systemd.automount 0 0 | |
| UUID=d0f798bb-f6ad-3f4f-8781-6cc0b1cf79ae /media/Mac hfsplus defaults,x-systemd.automount 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment