GENFSTAB(1) | GENFSTAB(1) |
genfstab - script to generate an fstab file based on mounted partitions
genfstab [options] root
-f FILTER
-L
-p
-P
-t TAG
-U
-h
One can use genfstab to generate fstab entries for mounted partitions given a filesystem root. This can be useful when installing or chrooting into a broken installation.
To generate an fstab file using UUIDs as identifiers, run:
genfstab -U /media/testing >> /media/testing/etc/fstab
2019-01-11 |