genfstab

simple implementation of genfstab
git clone git://git.ckyln.com/~cem/genfstab.git
Log | Files | Refs | README | LICENSE

genfstab.8 (959B)


      1 .TH GENFSTAB 8 "2020-06-15" "Cem Keylan" "System Administration" 
      2 .SH NAME
      3 genfstab - generate fstab-compatible output
      4 .SH SYNOPSIS
      5 genfstab [-f filter] [-t tag] [-LpPU] [root]
      6 .SH DESCRIPTION
      7 genfstab is a utility that detects mounted filesystems and swaps, and outputs
      8 information that can be parsed by fstab(5). This is a POSIX sh implementation
      9 of the Arch Linux tool with the same name.
     10 .SH OPTIONS
     11 .PP
     12 \fB-f\fR <filter>
     13 .RS 4
     14 Restrict output to mountpoints matching the prefix FILTER
     15 .RE
     16 .PP
     17 \fB-L\fR
     18 .RS 4
     19 Use labels for source identifiers (shortcut for -t LABEL)
     20 .RE
     21 .PP
     22 \fB-p\fR
     23 .RS 4
     24 Exclude pseudofs mounts (default behaviour)
     25 .RE
     26 .PP
     27 \fB-P\fR
     28 .RS 4
     29 Include pseudofs mounts
     30 .RE
     31 .PP
     32 \fB-t\fR <tag>
     33 .RS 4
     34 Use tag for source identifiers (should be one of: LABEL, UUID, PARTLABEL, PARTUUID)
     35 .RE
     36 .PP
     37 \fB-U\fR
     38 .RS 4
     39 Use UUIDs for source identifiers (shortcut for \fI-t UUID\fR)
     40 .RE
     41 .SH AUTHOR
     42 Cem Keylan <cem@ckyln\&.com>
     43 .SH SEE ALSO
     44 .sp
     45 \fBfstab\fR(5)