Skip to content

Instantly share code, notes, and snippets.

@Cvar1984
Last active January 27, 2023 03:39
Show Gist options
  • Save Cvar1984/390e2c957a3df565ae7cb4fd5474f5fe to your computer and use it in GitHub Desktop.
Save Cvar1984/390e2c957a3df565ae7cb4fd5474f5fe to your computer and use it in GitHub Desktop.
/etc/fstab
# /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=c5ea582e-9ace-4c90-a768-61c0006cd00b / ext4 defaults,noauto,noatime 0 1
UUID=3E91-C5F0 /boot/efi vfat umask=0077 0 2
UUID=f2b33abe-1439-4f75-9b0d-1e139c7cf781 /home ext4 defaults,noatime 0 2
tmpfs /tmp tmpfs noexec,auto,nosuid,noatime,mode=1777 0 0
UUID=dcb0cda9-c2de-43bf-9d02-37f4faaf75ba none swap sw 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment