fstab, because the snapper conf feels incomplete without it
This commit is contained in:
parent
8e33cea1fd
commit
e5b55ce051
10
fstab
Normal file
10
fstab
Normal file
@ -0,0 +1,10 @@
|
||||
# Static information about the filesystems.
|
||||
# See fstab(5) for details.
|
||||
|
||||
# <file system> <dir> <type> <options> <dump> <pass>
|
||||
# /dev/nvme0n1p2
|
||||
UUID=cad2e7bc-ea67-4d1a-a095-2bea4be9c4ad / btrfs rw,noatime,ssd,discard=async,space_cache=v2,subvol=@ 0 0
|
||||
UUID=cad2e7bc-ea67-4d1a-a095-2bea4be9c4ad /home btrfs rw,noatime,ssd,discard=async,space_cache=v2,subvol=@home 0 0
|
||||
|
||||
# /dev/nvme0n1p1
|
||||
UUID=14BD-B07B /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
|
||||
Loading…
x
Reference in New Issue
Block a user