-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

genfstab


> Arch Linux install script to generate output suitable for addition to an fstab file.

More information.


Display an fstab compatible output based on a volume label:

genfstab -L {path/to/mount_point}

Display an fstab compatible output based on a volume UUID:

genfstab -U {path/to/mount_point}

A usual way to generate an fstab file, requires root permissions:

genfstab -U {/mnt} >> {/mnt/etc/fstab}

Append a volume into an fstab file to mount it automatically:

genfstab -U {path/to/mount_point} | sudo tee -a /etc/fstab


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:47:07 2024