You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
#
|
|
# /etc/fstab: static file system information
|
|
#
|
|
# <file system> <dir> <type> <options> <dump> <pass>
|
|
|
|
/dev/mapper/root-unlocked / ext4 relatime 0 1
|
|
UUID=%boot_uuid% /boot ext4 relatime 0 2
|
|
UUID=%esp_uuid% /boot/efi vfat relatime 0 2
|
|
|
|
UUID=%disk1_uuid% /longhorn/01 ext4 relatime 0 2
|
|
UUID=%disk2_uuid% /longhorn/02 ext4 relatime 0 2
|