Generate output suitable for addition to the
/etc/fstabfile. More information: https://manned.org/genfstab.
/etc/fstab file using volume UUIDs during an Arch Linux installation (requires root permissions):genfstab -U {{/mnt}} >> {{/mnt/etc/fstab}}
genfstab -L {{path/to/mount_point}}
genfstab -U {{path/to/mount_point}}
genfstab -t {{LABEL|UUID|PARTLABEL|PARTUUID}}
/etc/fstab file to mount it automatically:genfstab -U {{path/to/mount_point}} | sudo tee -a /etc/fstab