Created
May 8, 2021 17:49
-
-
Save sukrosono/da3f7cd0b217946ae4149740d3076169 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. | |
# | |
# Use 'blkid' to print the universally unique identifier for a device; this may | |
# be used with UUID= as a more robust way to name devices that works even if | |
# disks are added and removed. See fstab(5). | |
# | |
# <file system> <mount point> <type> <options> <dump> <pass> | |
UUID=7f0432ae-9163-4e0f-9a32-4b996a360fb6 / ext4 defaults,noatime,rw 0 1 | |
/dev/disk/by-uuid/fcf2d5c1-3286-44c0-bf35-d66694ef3e74 none swap sw 0 0 | |
#UUID=3f3fce91-72f7-403f-90d2-aaaadc657cbc /boot ext4 defaults 0 2 | |
LABEL=my-mint /mnt/my-mint ext4 defaults,x-gvfs-show,noauto 0 2 | |
UUID=3f3fce91-72f7-403f-90d2-aaaadc657cbc /boot ext4 defaults,noauto 0 2 | |
LABEL=DATA /mnt/DATA auto nosuid,nodev,nofail,noauto 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment