freebsd-dev/sbin/mount_cd9660
Joerg Wunsch d6ef03d3fa Userland part of ISO9660 multi-session support. mount_cd9660(8) will
now by default mount the last data track (thus last session), as
opposed to the very first session it has been mounting previously.
This is consistent with the ISO9660 multi-session idea, and the way
other operating systems are working.

There's support to mount arbitrary sessions using the -s option.  This
way, you can simulate multi-session CDs on something like vn devices
that don't support CDIO* ioctl commands.  You can also force the
historic behaviour with

	mount -t cd9660 -o -s=0 /dev/cd0a /cdrom
1997-04-29 15:56:40 +00:00
..
Makefile Merge from Lite2 (use new getvfsbyname() and mount(2) interface) 1997-03-11 12:40:45 +00:00
mount_cd9660.8 Userland part of ISO9660 multi-session support. mount_cd9660(8) will 1997-04-29 15:56:40 +00:00
mount_cd9660.c Userland part of ISO9660 multi-session support. mount_cd9660(8) will 1997-04-29 15:56:40 +00:00