Created
July 16, 2025 08:05
-
-
Save AndreiCherniaev/96e411d483bf8c83084a78112509bdc0 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> | |
# / was on /dev/nvme1n1p1 during curtin installation | |
/dev/disk/by-uuid/653a2212-f324-4b5f-bd9f-01f590dcf876 / btrfs defaults 0 1 | |
# /boot/efi was on /dev/nvme1n1p2 during curtin installation | |
/dev/disk/by-uuid/55D7-89FF /boot/efi vfat defaults 0 1 | |
/dev/disk/by-uuid/b260ef88-bfbd-4301-9603-a7c278f397b1 /home/a/mystorage auto nosuid,nofail,x-gvfs-show,acl 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment