From b3db0865d2f28704f6cbfaecd53de8bf032f917e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 6 Jan 2026 13:37:01 +0100 Subject: [PATCH] mount: (man) add hint for session= on iso9660 Fixes: https://github.com/util-linux/util-linux/issues/3940 Signed-off-by: Karel Zak --- sys-utils/mount.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 28978eda6..4571bd2bf 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -1145,7 +1145,7 @@ This option is obsolete and may fail or being ignored. If the high byte of the file length contains other garbage, set this mount option to ignore the high order bits of the file length. This implies that a file cannot be larger than 16 MB. **session=**__x__:: -Select number of session on a multisession CD. +Select number of session on a multisession CD, starting with 0. **sbsector=**__xxx__:: Session begins from sector xxx. -- 2.47.3