Created
March 6, 2026 17:50
-
-
Save jerlendds/5c5e30071206743d60f9645d30ec9b65 to your computer and use it in GitHub Desktop.
/etc/fstab
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
| # Static information about the filesystems. | |
| # See fstab(5) for details. | |
| # <file system> <dir> <type> <options> <dump> <pass> | |
| # /dev/nvme0n1p2 | |
| UUID=593f3eef-7936-4c46-bcb8-eb3798391dae / ext4 rw,relatime 0 1 | |
| # /dev/nvme0n1p1 | |
| UUID=42FB-D13E /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2 | |
| tmpfs /tmp/yay-cache tmpfs rw,nosuid,nodev,size=8G,mode=1777 0 0 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo mkdir -p /tmp/yay-cache sudo systemctl daemon-reload mount | grep yay-cache~/.config/yay/config.json