Forrest logo
back to context overview

genfstab

List of commands for genfstab:

  • genfstab:tldr:476f9 genfstab: A usual way to generate an fstab file, requires root permissions.
    $ genfstab -U ${-mnt} >> ${-mnt-etc-fstab}
    try on your machine
    explain this command
  • genfstab:tldr:4ef6f genfstab: Display an fstab compatible output based on a volume UUID.
    $ genfstab -U ${path-to-mount_point}
    try on your machine
    explain this command
  • genfstab:tldr:829ad genfstab: Append a volume into an fstab file to mount it automatically.
    $ genfstab -U ${path-to-mount_point} | sudo tee -a /etc/fstab
    try on your machine
    explain this command
  • genfstab:tldr:b8417 genfstab: Display an fstab compatible output based on a volume label.
    $ genfstab -L ${path-to-mount_point}
    try on your machine
    explain this command
back to context overview