include $(top_srcdir)/config/include-Makefile.am
bin_PROGRAMS = mount umount
-dist_man_MANS = fstab.5 mount.8 umount.8
+dist_man_MANS = mount.8 umount.8
# generic sources for all programs (mount, umount)
srcs_common = \
For procfs, use `proc'.
.LP
Instead of giving the device explicitly, one may indicate
-the (ext2 or xfs) filesystem that is to be mounted by its UUID or
-volume label (cf.
+the filesystem that is to be mounted by its UUID or
+LABEL (cf.
.BR e2label (8)
or
.BR xfs_admin (8)),
writing LABEL=<label> or UUID=<uuid>,
e.g., `LABEL=Boot' or `UUID=3e6be9de\%-8139\%-11d1\%-9106\%-a43f08d823a6'.
-This will make the system more robust: adding or removing a SCSI disk
-changes the disk device name but not the filesystem volume label.
+
+It's also possible to use PARTUUID= and PARTLABEL=. These partitions identifiers
+are supported for GUID Partition Table (GPT) and MAC partition table only.
+
+See
+.BR blkid (8)
+or
+.BR lsblk (8)
+for more details about devices identifiers.
+
.LP
Note that
.BR mount (8)