]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: move fstab.5 to sys-utils (mount/ dir is deprecated)
authorKarel Zak <kzak@redhat.com>
Thu, 19 Apr 2012 12:48:40 +0000 (14:48 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 19 Apr 2012 12:48:40 +0000 (14:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/Makefile.am
sys-utils/Makefile.am
sys-utils/fstab.5 [moved from mount/fstab.5 with 96% similarity]

index 3bd6da4b68f7b4a5378e72e41ea03032c82ea98c..d250fcddc40dbc00bdb06efccf018226e2b33e4c 100644 (file)
@@ -1,7 +1,7 @@
 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 = \
index f2ba3a8e9bc3082989716b9094e7b0d498afccc2..9849429a3f99778d5cb358134dd16476327d610c 100644 (file)
@@ -17,6 +17,7 @@ dist_man_MANS = \
        ipcrm.1 \
        ipcs.1 \
        readprofile.8 \
+       fstab.5 \
        renice.1 \
        setsid.1
 
similarity index 96%
rename from mount/fstab.5
rename to sys-utils/fstab.5
index c618947cdc0d3ec1236e222de964e1e592b3c4ac..3d128a7b90f4c7d09afb05e36132f4f37b116003 100644 (file)
@@ -79,15 +79,23 @@ For NFS mounts one will have <host>:<dir>, e.g., `knuth.aeb.nl:/'.
 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)