From 64f24fd5b8a45d84747b7b72f6dbe0e117604b2a Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Wed, 13 Mar 2002 08:27:27 +0000 Subject: [PATCH] Add information about multi-session CDs from the log message of r1.4. Also, add an examples section and show how to mount a Kodak Photo-CD. PR: docs/35206 --- sbin/mount_cd9660/mount_cd9660.8 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 73f92c653abd..ce079bc5b0eb 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -119,9 +119,18 @@ as for example the command of .Xr cdcontrol 1 is printing. +You may mount an arbitrary session of a multi-session CD by specifying +the correct +.Ar startsector +here. .It Fl v Be verbose about the starting sector decisions made. .El +.Sh EXAMPLES +The following command can be used to mount a Kodak Photo-CD : +.Bd -literal -offset indent +mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom +.Ed .Sh SEE ALSO .Xr cdcontrol 1 , .Xr mount 2 ,