Examples (5)
Generate the `/etc/fstab` file using volume UUIDs during an Arch Linux installation (requires root permissions)
genfstab -U /mnt >> /mnt/etc/fstabDisplay fstab-compatible output based on volume labels
genfstab -L path/to/mount_pointDisplay fstab-compatible output based on volume UUIDs
genfstab -U path/to/mount_pointDisplay fstab-compatible output based on the specified identifier
genfstab -t LABEL|UUID|PARTLABEL|PARTUUIDmade by @shridhargupta | data from tldr-pages